org.fusesource.lmdbjni.LMDBException: MDB_MAP_FULL: Environment mapsize limit reached
at org.fusesource.lmdbjni.Util.checkErrorCode(Util.java:44)
at org.fusesource.lmdbjni.Transaction.commit(Transaction.java:82)
at org.fusesource.lmdbjni.Database.put(Database.java:384)
at org.fusesource.lmdbjni.Database.put(Database.java:374)
I verify that the data file is indeed 1048576. Any idea on how to overcome this?
Hi,
I have the following code,
I get in the standard output,
Map size = 1048576
as soon as operations start, I get
org.fusesource.lmdbjni.LMDBException: MDB_MAP_FULL: Environment mapsize limit reached at org.fusesource.lmdbjni.Util.checkErrorCode(Util.java:44) at org.fusesource.lmdbjni.Transaction.commit(Transaction.java:82) at org.fusesource.lmdbjni.Database.put(Database.java:384) at org.fusesource.lmdbjni.Database.put(Database.java:374)
I verify that the data file is indeed 1048576. Any idea on how to overcome this?