Error when launching GraphScope on kubernetes cluster: (409) #187
-
各位大侠,小弟初接触graphscope,按照文档执行,遇到许多坎坷,前面的还可以看看脚本解决,当前卡在创建session时失败,错误日志记录如下:
我使用的是单节点的物理机部署,其中日志提示内存不足,我因此调整了参数,也看了机器free -g如下,很疑惑,为啥还是不足 如下是我创建session的代码:
还请大侠不吝赐教,多谢! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, hi-jiangsong. Thank you for posting this question in the discussions and welcome to the GraphScope discussions. I think you should use $ kubectl get node
NAME STATUS ROLES AGE VERSION
izj6cjaz33icbq1wohq67pz Ready master 95d v1.19.2
$ kubectl describe node izj6cjaz33icbq1wohq67pz
.... some other info
Capacity:
cpu: 24
ephemeral-storage: 309505004Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 47784232Ki
pods: 110
.... So the cpu and memory of this node is 24 cores and about 48G(47784232Ki) |
Beta Was this translation helpful? Give feedback.
Hi, hi-jiangsong. Thank you for posting this question in the discussions and welcome to the GraphScope discussions.
I think you should use
kubectl describe node [NODE_NAME]
rather thanfree -g
to view the memory of kubernetes node.So the cpu and memory of this node is 24 cores and about 48G(47784232Ki)