Re: Cloudstack RAM

2014-02-25 Thread Ahmad Emneina
self correction here: -Xmx (say -Xmx3g for 3 gigs of ram) is the flag to increase the java max memory pool, -Xms is the starting ram size of the java process. On Wed, Feb 19, 2014 at 5:50 PM, Ahmad Emneina wrote: > What the other threads are speaking about is modifying > /etc/cloudstack/managem

Re: Cloudstack RAM

2014-02-19 Thread Ahmad Emneina
What the other threads are speaking about is modifying /etc/cloudstack/management/tomcat6.conf I believe bumping up these params should do the trick -XX:PermSize=512M -XX:MaxPermSize=800m On Wed, Feb 19, 2014 at 5:38 PM, Michael Phillips wrote: > I am trying to fix a issue I am having and some

Cloudstack RAM

2014-02-19 Thread Michael Phillips
I am trying to fix a issue I am having and some of the threads are stating you need to give cloudstack more than 2GB of RAM. The server it is running on is already configured with 4GB of RAM. Is there another config setting needed to allow cloudstack to use more RAM?