[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#9029) MDB_MAP_FULL error after removing some records from DB



quanah@symas.com wrote:
> --On Tuesday, May 28, 2019 10:12 PM +0000 adubovkin@linkedin.com wrote:
> 
>> Full_Name: Alex
>> Version: LMDB 0.9.23
>> OS: iOS
>> URL: https://hastebin.com/raw/arexecefew
>> Submission from: (NULL) (2620:119:5001:3000:242c:3bea:acec:6a7d)
> 
> ITS#8969 perhaps?
> 
> <https://www.openldap.org/its/index.cgi/?findid=8969>

No. MAP_FULL is a user error, PAGE_FULL is an internal bug. ITS#8969 has nothing to do with this.

As the doc says, use a large enough mapsize when you create the environment. You can also
use mdb_env_set_mapsize() to change the size of an existing env.

This is not a bug in LMDB, this ITS will be closed.

-- 
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/