Softaculous


Topic : How to get 64bit Mongo on AMPPS 2.4 mac


Posted By: shopimport on June 27, 2014, 8:30 am
I just installed AMPPS 2.4 on my i7 macbook pro. For some reason it installs the 32 bit MongoDB binary which has it's limitations (e.g. 2Gb of data or less)

How to use the 64 bit MongoDB version?

Code
#cd /Applications/AMPPS/mongodb/bin
#./mongo
MongoDB shell version: 2.6.0
connecting to: test
Server has startup warnings:
2014-06-27T00:28:56.508+0200 ** WARNING: --rest is specified without --httpinterface,
2014-06-27T00:28:56.508+0200 **          enabling http interface
2014-06-27T00:28:56.548+0200 [initandlisten] ** NOTE: This is a 32 bit MongoDB binary.
2014-06-27T00:28:56.548+0200 [initandlisten] **      32 bit builds are limited to less than 2GB of data (or less with --journal).
>



Powered By AEF 1.0.8 © 2007-2008 Electron Inc.