Error on login to Admin Console

Guys,

Sometimes When I try to login to admin console, it appears the following message:


HTTP ERROR: 500

Java heap space

RequestURI=/login.jsp

Caused by:

java.lang.OutOfMemoryError: Java heap space

Powered by Jetty://


Server Information

Server: Wildfire 3.2.4 on SuSE Linux 9 Enterprise Server

RAM Memory: 1.5GB

Amount of Users: 370

Concurrent users Average: 250/300 users

Java Memory: “-Xms64m -Xmx128m”

Is there something wrong with my server? Will I have to increase the java memory?

Regards,

Eduardo

Hi Eduardo,

as you get OutOfMemoryErrors you should indeed increase your java heap (-Xmx value). It’'s currently 128 MB, setting it to 256 MB could help a lot (=> “-Xms128m -Xmx256m”).

LG