We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{type something here...}
下载0.11.2Server后,inialized finished,尝试启动hugegraph-server.sh,报title中显示的错,内存可用大小绝对够。
The text was updated successfully, but these errors were encountered:
@1170300802 建议通过top -l 1 -s 0 | grep PhysMem确认下
top -l 1 -s 0 | grep PhysMem
Sorry, something went wrong.
@1170300802 建议通过top -l 1 -s 0 | grep PhysMem确认下 @javeme PhysMem: 20G used (2730M wired), 12G unused. 内存是够的
log中还有这样一个错误: hugegraph-0.11.2/bin/util.sh: line 171: 26Gunused: value too great for base (error token is "26Gunused")
这是macos下一个脚本的bug,util.sh的第157行替换一下free=$(($((top -l 1 | head -n 10 | grep PhysMem | awk -F',' '{print $2}'| awk -F'G' '{print $1}'))*1024))
top -l 1 | head -n 10 | grep PhysMem | awk -F',' '{print $2}'| awk -F'G' '{print $1}'
已经修复,请查看 #1396
Successfully merging a pull request may close this issue.
Expected behavior 期望表现
{type something here...}
Actual behavior 实际表现
下载0.11.2Server后,inialized finished,尝试启动hugegraph-server.sh,报title中显示的错,内存可用大小绝对够。
Steps to reproduce the problem 复现步骤
Status of loaded data 数据状态
Vertex/Edge summary 数据量
Vertex/Edge example 数据示例
{type something here...}
Schema(VertexLabel, EdgeLabel, IndexLabel) 元数据结构
{type something here...}
Specifications of environment 环境信息
The text was updated successfully, but these errors were encountered: