[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
HP-UX: mdb_txn_commit and MDB_WRITEMAP
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: HP-UX: mdb_txn_commit and MDB_WRITEMAP
- From: Kristian Amlie <kristian.amlie@cfengine.com>
- Date: Tue, 28 Apr 2015 12:57:37 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cfengine.com; s=google; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=TNi7o8YRG1STvAR0lJ2dUbN55OHTiKsIaeQIq96Jics=; b=dZCaiHFApCaVuB6SP2dWWa5v4N9ULbY3nGEnx16eOlQ3kqPxnbch6y7GhMvtxvOSHk FTbQxWE5bp3AUv6EKrlbTwg8IXeVj3LGGCy+5KksS/OZEnkqMQHxKy2y+pa+yQQRUm8b EBSGAwx9roTsHyaSo/wDLHqGcCaf+GMtCnkY4=
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0
We have enabled MDB_WRITEMAP on our HP-UX 11.23 Itanium after previous
discussions on the list, and that worked nicely for the most part.
However now we face a different issue: Occasionally, mdb_txn_commit will
return "Resource temporarily unavailable". I have not been able to
determine exactly which resource it's talking about; I suspected shared
memory limits, but raising this limit did not solve the problem. This
issue did not occur without MDB_WRITEMAP.
Any idea what else it could be? I can probably insert debug code into
LMDB if that's needed.
--
Kristian