What are your JavaOpts? You DO have the Env. Var set, right? If you need to increase your memory, try increasing the memory settings using JavaOpts.
java -X for details. Don't forget to check what Java launches with as a minimum (I forget off hand, but its not alot, and may not be enough in your case). For my Eclipse environment, I have the following settings; -Xms256m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=128m -Steve Chris Case wrote: > I decided that it may help to give some more information about my setup, > as I keep running into this "PermGen Space" error. > > The JBoss installation I'm using is freshly unzipped and installed with > no changes. > > I'm running JBoss with the following specs: > > *JBoss Portal:* 2.6.3.GA <http://2.6.3.GA> > *Operating System:* Ubuntu 7.10 using a > *Processor:* Dual Intex Xeon 64-bit 4-core processors > *Ram:* 8 GB > *Java:* Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_13-b05, mixed mode) > _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
