Great! This works! Thanks!!!
> -----Ursprüngliche Nachricht----- > Von: [email protected] > Gesendet: 21.06.07 08:41:58 > An: [email protected] > Betreff: Re: How to increase the Heap space? > > The perm gen space issue can be solved by increasing the perm gen size > -XX:MaxPermSize=[memory size]. I think the defult is 64MB. You can try > setting it to 128MB and higher. > > Regards > Manu > > On 6/21/07, Jochen Zink <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I have a problem. A simple Webapplication needs a little bit more > > Heapspace. I got OutOfMemory Exceptions and PermGenSpace Messages on > > Geronimo Console if I use the Webapplication. I know that it is no > > programming Problem. If I undeploy other Applications running on Geronimo, > > no OutOfMemory is thrown. > > > > I start Geronimo from MyEclipse 4.9 with the following parameters: > > > > Program Parameters: > > D:/jzink/Praktikum/Diplom/ApplicationServer/geronimo/geronimo-1.1.1/bin/server.jar > > --long > > > > VM Parameters: > > -Djava.library.path="D:/Programme/Sun/AppServer/jdk/bin" > > -Dorg.apache.geronimo.base.dir="D:/jzink/Praktikum/Diplom/ApplicationServer/geronimo/geronimo-1.1.1" > > > > -Djava.io.tmpdir="D:/jzink/Praktikum/Diplom/ApplicationServer/geronimo/geronimo-1.1.1/var/temp" > > -Xms256M > > -Xmx512M > > > > > > It seems that Xms and Xmx are ignored. I take a look to the task Manager > > and can see, that the outofMemory is thrown before 256M or 512M are used > > from geronimo. > > > > I'm using Geronimo 1.1.1. Is there any configuration known? > > > > > > Thanks a lot! > > Jochen > > > > _____________________________________________________________________ > > Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > > http://smartsurfer.web.de/?mc=100071&distributionid=000000000066 > > > > > _____________________________________________________________________ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! http://smartsurfer.web.de/?mc=100071&distributionid=000000000066
