You may want to try to adjust the PermSize in run.conf file.
The run.conf file can be found in <jboss directory>\bin\run.conf.
Look for: JAVA_OPTS and add the following parameters.
JAVA_OPTS="-Xms512m -Xmx1024m -XX

ermSize=256m -XX:MaxPermSize=512m"
Hope this helps.