-
Notifications
You must be signed in to change notification settings - Fork 170
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
Migrate to RocksDB #2098
Migrate to RocksDB #2098
Conversation
# Conflicts: # avldb/build.sbt # avldb/src/main/scala/scorex/db/LDBKVStore.scala
Running
|
src/main/scala/org/ergoplatform/settings/ErgoSettingsReader.scala
Outdated
Show resolved
Hide resolved
All tests run fine for me, maybe try clean build with cleared Temp folder |
I've used
What Temp folder are you proposing then? System is Macos m1 |
Tested on linux-vm, first got OOM, increased memory tests went ok |
There is a problem with RocksDB and |
I am not well versed with MacOS, but it works fine on Windows. What is the problem with ulimit and RocksDB? |
Test run fails with The logs show |
Migrate from LevelDB to RocksDB
Closes #2096