-
Notifications
You must be signed in to change notification settings - Fork 21
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
Core dump occurs when YCSB is executed. #4
Comments
The problem appears to be due to the lack of hugetlb pages. Use the |
Thanks for your reply, I tried to use |
And can the system run with 8GB of ram? If so, where in the code do I need to change? Thank you very much. |
Sorry, just getting around to responding here. Yes, the system can run with 8GB of ram. Are you still encountering the same core dump as you were before? |
Hello, I have been trying to use your system for testing recently. But when I test the YCSB load here, core dump always happens.
Here's a screenshot of Core Dump.
The command to test YCSB is
./ycsb_bench --dbid=mvcc --nthreads=1 --mode=C --time=10 –perf
In addition, I am using Centos7.5 and g++ version 10.2.0.
By core dump, the problem should be in the
str.reserve()
function with the value of the__tmp
variable 0x0. But I'm not sure why this is the case.Do you know why this is? How should I handle it?
Thank you very much!
The text was updated successfully, but these errors were encountered: