“java.lang.OutOfMemoryError: PermGen space” First the application was acting really slow and sluggish, then stopped responding – in looking at the log we saw “java.lang.OutOfMemoryError: PermGen space” as soon as the application was accessed. The resolution was to set “-XX:MaxPermSize=128m” in the startup script. to the string sizing the jBoss server is now: “-server -Xms256m…
Continue Reading