It is recommended to set the JVM perm gen space to 256M. This can be set in your web application server's startup script using the JVM option -XX:MaxPermSize=256m
Other Settings
It is recommended to set the max heap size of your JVM to at least 1024m in production. To do this, add the -Xmx1024m JVM option to your startup script.