How do I get PermGen space error on running Jboss 5.1.0 as a service on Windows machine?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think that JBoss is started by
bin\run.batfile (at least I see something like that inservice.batfile).In that case it should be sufficient to edit
run.conf.batfile and change the-XX:MaxPermSizeparameter. These parameter allows you to set up perm gen space size.