-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
the graphd process will crash on the server of CentOS6 #3356
Comments
遇到类似的问题,但centos版本是CentOS Linux release 7.6.1810 (Core),其他配置如下:
过程执行一个稠密点match query, graph进程的内存一直上涨,然后进程exit graphd-stderr.log:
|
This should be a different issue, please create a new issue to track. Thanks. |
yixinglu
pushed a commit
to yixinglu/nebula
that referenced
this issue
Mar 21, 2022
#### What type of PR is this? - [* ] bug - [ ] feature - [ ] enhancement #### What does this PR do? fix meminfo bug #### Which issue(s)/PR(s) this PR relates to? fix issue vesoft-inc#3356 #### Special notes for your reviewer, ex. impact of this fix, etc: #### Additional context/ Design document: #### Checklist: - [ ] Documentation affected (Please add the label if documentation needs to be modified.) - [ ] Incompatibility (If it breaks the compatibility, please describe it and add the corresponding label.) - [ ] If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).) - [ ] Performance impacted: Consumes more CPU/Memory #### Release notes: Please confirm whether to be reflected in release notes and how to describe: > ` Migrated from vesoft-inc#3534 Co-authored-by: yuehua.jia <3423893+jiayuehua@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug (must be provided)
Your Environments (must be provided)
How To Reproduce(must be provided)
Steps to reproduce the behavior:
system_memory_high_watermark_ratio
in the config file of nebula-storaged.confother info
The Root Cause
MemAvailable
) to estimate the available memory at the function ofMemoryUtils::hitsHighWatermark()
, however it's not available on the CentOS6, pls check from the git commit: /proc/meminfo: provide estimated available memoryThe text was updated successfully, but these errors were encountered: