1. This database is a bad choice. Dev should've chosen #LIBMDBX, instead.
2. Dev has to rotate databases, once they get too big. Usually, you don't want this database grow too large. 4GB is already a lot.
3. Dev should make it full disk & only partially in memory or should change to #Redis #Database or whatever.