Skip to content
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

LevelDB crashes uncessarily when memory is exhausted due to mmap usage. #716

Open
jcoffland opened this issue Aug 9, 2019 · 1 comment
Labels

Comments

@jcoffland
Copy link

More details and a solution can be found in this PR: #313

@cmumford cmumford added the bug label Aug 30, 2019
@sfwtoms2030
Copy link

sfwtoms2030 commented Apr 10, 2020

if u use mmap due to crash , u's patch also cant solve this problem, u's patch is fall back to regular file read but not solve mmap's problem, maybe the leveldb need do some stragey to monitor
the machine's memeory to avoid this problem. @cmumford

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants