Forum LAMS for Tech-Heads - General Forum: Re: Re: Re: Re: Re: Re: Re: LAMS blank page issue


 
Search: 

12: Re: Re: Re: Re: Re: Re: Re: LAMS blank page issue
In response to 9 03/29/11 09:06 PM
[ Reply | Forward ]
> JAVA_OPTS="-server -Xms128m -Xmx128m"

Woow.. that's very very bad! LAMS would run out of memory very quickly. I'm almost certain this was the problem with blank pages now.

For production, I would suggest a minimum this:

JAVA_OPTS="-server -Xms256m -Xmx2048m -XX:MaxPermSize=256m"

After this, you won't have any problems even with 500 concurrent users.

Thanks,

Ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum