So apparently my #strfry is no longer accepting events because the DB has grown too big (4.1G)
kool - wat now? o.o
Error writing 16 events: mdb_put: MDB_MAP_FULL: Environment mapsize limit reached
So apparently my #strfry is no longer accepting events because the DB has grown too big (4.1G)
kool - wat now? o.o
Error writing 16 events: mdb_put: MDB_MAP_FULL: Environment mapsize limit reached
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.
Clarification.
Obviously, rotating a relay's database would be a pretty bad idea, if you want everything available at all times.
If you want a quick fix, you can just backup the old database, delete the original file, restart the server & it will receive fresh events.