I would also recommend that if you are running on a server you should not be using Cargo to run the server. Stand up a Tomcat server and set the memory on that then deploy the appropriate WAR files from Rave.
Chris On Wed, Nov 27, 2013 at 6:49 AM, Matt Franklin <[email protected]>wrote: > If you are looking to run Rave, Shindig & Wookie in the same container, you > will need to increase the permgen space to at least 256MB. > > > On Wed, Nov 27, 2013 at 5:50 AM, Harsha Kumara <[email protected]> wrote: > > > Hi Chris, > > > > Both of my machines using java 1.6.32. We have 4gm memory amazon > instance.I > > have increase the memory through bashrc property file. I saw inside > portal > > pom file, it's specify the JVM args, do I need to specify permgen size as > > JVM arguments there also? > > I think setting JVM opts through bashrc enough right? > > > > Thanks, > > Harsha > > > > On Wednesday, November 27, 2013, Chris Geer wrote: > > > > > Couple of questions: > > > > > > - Do you have the memory set to the same values in both environment? > > (i.e. > > > localhost isn't a 8GB JVM while ec2 is a 1GB JVM?) > > > - Are you using the same JVM (i.e Oracle vs OpenJava) > > > > > > Chris > > > > > > > > > On Tue, Nov 26, 2013 at 12:32 PM, Harsha Kumara <[email protected] > > <javascript:;>> > > > wrote: > > > > > > > Hi devs, > > > > > > > > We have build a custom portal using Apache Rave. I have encountered > > some > > > > weird behaviour. With our portal setup, localhost runs smoothly. But > > when > > > > we deploy it in the Amazon ec2 instance, we are getting PermGen space > > > error > > > > when access some our operations. But same thing works fine in > > localhost. > > > I > > > > tried increasing the permGen space, but it's not fixed. Is it > something > > > to > > > > do with our implementation? > > > > > > > > THanks. > > > > Harsha > > > > > > > > -- > > > > *Harsha Kumara* > > > > *Undergraduate* > > > > *Department of Computer Science and Engineering* > > > > *University of Moratuwa* > > > > *Sri Lanka.* > > > > > > > > > > > > > -- > > *Harsha Kumara* > > *Undergraduate* > > *Department of Computer Science and Engineering* > > *University of Moratuwa* > > *Sri Lanka.* > > >
