Forum Problems Installing LAMS: Re: Can LAMS be installed on a shared server?


 
Search: 

7: Re: Can LAMS be installed on a shared server?
In response to 1 06/27/06 06:16 PM
[ Reply | Forward ]
Is your memory usage restricted on the shared server?

In run.sh, you can modify the memory setting that Java requests when it starts up. At the top of the file is a line:

JVM_MEM="-Xms256m -Xmx256m"

Our default setting is 256MB minimum and maximum, perhaps try changing the minimum to something progressively smaller? Like:

JVM_MEM="-Xms128m -Xmx256m"

JVM_MEM="-Xms64m -Xmx256m"

This may get LAMS to start, but if, on your shared server, you don't have enough memory to use then eventually after some usage LAMS should again come up with this error, depending on how it's used.

Posted by Jun-Dir Liew

Reply to first post on this page
Back to Problems Installing LAMS