Re: How to increase heap space for Jetty?

2011-09-07 Thread Thorsten Scherler
On Wed, 2011-09-07 at 09:36 +0200, Ferdinand Soethe wrote:
 Aggregating my project with wholesite.pdf in dynamic mode I'm getting
 a error 
 
 HTTP ERROR: 500 Java+heap+space
 
 which is probably due to limited heap space.
 How/where can I add the 'xmx1024M' Parameter for Java to the Jetty
 configuration to increases heap space?
 

http://forrest.apache.org/docs_0_90/faq.html#maxmemory

the next point debug is helpful as well to pass any args to forrest.

hth

salu2

 Thanks,
 Ferdinand
 
 

-- 
Thorsten Scherler thorsten.at.apache.org
codeBusters S.L. - web based systems
consulting, training and solutions
http://www.codebusters.es/


smime.p7s
Description: S/MIME cryptographic signature


Re: How to increase heap space for Jetty?

2011-09-07 Thread Ferdinand Soethe


Thanks Thorsten, that fixed it. Didn't realize that memory equals heap 
space.


Regards,
Ferdinand Soethe