dain / leveldb

Port of LevelDB to Java
Apache License 2.0
1.54k stars 429 forks source link

open db oom error when the database has a large manifest file #128

Open halibobo1205 opened 3 years ago

halibobo1205 commented 3 years ago

hi, due to the manifest file rewrite when db is reopen, the db is running a very long time, manifest file grew up 4.3G.when i reopen the db, versionset.recover cause a oom error because of this Builder /**