You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed with @zhangsoledad , a possible solution is:
Replace sled. For this scenario, a btree database such as lmdb is more suitable. We are currently considering lmdb as a candidate, we need more tests and research.
Add the original small memory mode back as a configurable option.
Provide multiple configuration options to adapt to different scenarios, such as:
Stable operation under low memory conditions.
Fastest synchronization but with high memory usage.
Balanced performance.
The text was updated successfully, but these errors were encountered:
With the merge of the previous PR: #3391
We may get some memory issue because of spacejam/sled#1388
As discussed with @zhangsoledad , a possible solution is:
Replace sled. For this scenario, a
btree
database such aslmdb
is more suitable. We are currently consideringlmdb
as a candidate, we need more tests and research.Add the original small memory mode back as a configurable option.
Provide multiple configuration options to adapt to different scenarios, such as:
The text was updated successfully, but these errors were encountered: