Results 53 comments of Mason

No, I adjusted it directly through syscall, does it not work? But there is no storage related definition in my code, can you give a complete example so that I...

There doesn't seem to be any significant improvement. Above is where I create the `*git.Repository`, which I call in ShowCommitInfo.

[git2json alloc_space.html.zip](https://github.com/user-attachments/files/15912543/git2json.alloc_space.html.zip) Because of this problem, I tried to use commitIterators and channel to read all commit histories, but I encountered [other problems](https://github.com/go-git/go-git/issues/1121). It seems that concurrent operations on repositories...

Do you have any better suggestions or methods to solve the memory consumption problem of traversing all commit history in a large repository?

`02_seed_space_resources.sql` 主要用来初始化示例计算资源。资源的初始化和 runner 服务是关联的,因为 Kubernetes 集群的初始化操作由 runner 服务来完成,集群数据初始化完成后`02_seed_space_resources.sql`初始化才有意义。因此在没有对接 Kubernetes 集群的情况下,建议直接禁用 runner 服务,或者将脚本 `02_seed_space_resources.sql` cluster_id 字段置为空字符串也可以临时跳过这个问题。以下是两种解决方案: 1. 禁用 runner 服务: ```yaml services: csghub: image: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsghq/omnibus-csghub:v1.10.0-ce environment: CSGHUB_OMNIBUS_CONFIG: | csghub: external_url: "http://csghub.example.com"...

Please confirm whether the current data directory is generated by the current csghub docker compose installation package. If not, please refer to here to migrate. look at release instructions: https://github.com/OpenCSGs/csghub-installer/releases/tag/v1.2.3

通常 docker compose 对这个并没有做什么限制,而且拉取的镜像是公网公开的地址,这里确实很奇怪