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
Right now we set a 16GB nostrdb mapsize on windows. Unfortunately do to the way lmdb works on windows, it allocates a file that is 16GB in size instead of creating a virtual memory map that expands in size.
Monero solved this somehow so we should look at how they do it. I think it involves resizing the database occasionally when it gets close to the limit.
The text was updated successfully, but these errors were encountered:
Right now we set a 16GB nostrdb mapsize on windows. Unfortunately do to the way lmdb works on windows, it allocates a file that is 16GB in size instead of creating a virtual memory map that expands in size.
Monero solved this somehow so we should look at how they do it. I think it involves resizing the database occasionally when it gets close to the limit.
The text was updated successfully, but these errors were encountered: