You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Do you plan to have MongoDB and Aspire installed on the same machine?

Both Aspire and MongoDB are high memory consuming applications. Consider limiting the RAM they can allocate by looking into the MongoDB storage engine configuration and setting the Wired Tiger Cache size appropriately.

More Info

Wired Tiger Configuration Options

Aspire Memory Options


For example on a 32GB server, Aspire Memory allocation should be limited to 16GB, Wired Tiger Cache to 8GB and the remaining RAM will be used for the other MongoDB processes and the OS.

Do you plan to assign more than 32GB of RAM to your Aspire Distribution?

JVM changes the pointers' size after 32GB, doubling them and affecting your RAM storage. More info here.

Our recommendation then is to try to stay below the 32GB limit.

Do you plan to run your Aspire Distribution on Linux with a user other than root?

The number of available threads and open files are unlimited just for the root user. If you plan to set another user, check that the limits on both numbers.


  • No labels