Skip to content

Commit 24a6aec

Browse files
committed
fix: fix docs
1 parent 0b6b4c4 commit 24a6aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cn/docs/clients/restful-api/graphspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ POST http://localhost:8080/graphspaces
3434
| cpu_limit || Int | | > 0 | CPU 核数 |
3535
| memory_limit || Int | | > 0 | 内存大小,单位 GB |
3636
| storage_limit || Int | | > 0 | 图空间的数据占据的磁盘空间上限 |
37-
| compute_cpu_limit || Int | 0 | >= 0 | 针对图计算的额外资源配置,单位 GB。当该字段不配置或者配置为 0 时,会由 cpu_limit 字段的值进行覆盖 |
37+
| compute_cpu_limit || Int | 0 | >= 0 | 针对图计算的额外资源配置,单位 cores。当该字段不配置或者配置为 0 时,会由 cpu_limit 字段的值进行覆盖 |
3838
| compute_memory_limit || Int | 0 | >= 0 | 针对图计算的额外内存配置,单位 GB。当该字段不配置或者配置为 0 时,会由 memory_limit 字段的值进行覆盖 |
3939
| oltp_namespace || String | | | OLTP 的 k8s 命名空间 |
4040
| olap_namespace || String | | | OLAP 的 k8s 命名空间。当 olap_namespace 和 oltp_namespace 的值相同时,其配置的资源限额会进行合并 |

0 commit comments

Comments
 (0)