Actions
Incident #212
closedMongoDB for usageTracker should be upgraded.
Status:
Closed
Priority:
Urgent
Assignee:
Category:
Data Management
Target version:
Start date:
Jun 04, 2015
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Infrastructure:
Production
Description
On node57.p (UsageTracker) run 32-bit mongoDB. This version is limited to only 2GB of datasize.
At this time it seems that we can not add new records because we have already reached the maximum limit.
On catalina log I see this error:
SEVERE: The RuntimeException could not be mapped to a response, re-throwing to the HTTP container com.mongodb.WriteConcernException: { "serverUsed" : "localhost/127.0.0.1:27017" , "err" : "can't map file memory - mongo requires 64 bit build for larger datasets" , "code" : 10084 , "n" : 0 , "connectionId" : 55 , "ok" : 1.0}
I'm going to analyze if is possible to upgrade to 64bit version
Actions