Re: [Hypercontent-users] heap size
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2007-07-06 14:03:14
|
Hi Carl, Thanks, the wedding and honeymoon were a lot of fun, and it's nice to be back home without so much planning to do! The maxmemory setting in build.xml only applies if you're using the startup target to run HyperContent via the embedded tomcat - if you've deployed it as a webapp in a separate instance of tomcat, you would need to configure the memory settings via the JAVA_OPTS environment variable (see catalina.sh). At Columbia HC runs with 3 GB of RAM in its own tomcat instance - it will happily use that much memory or more for caching, and the more sites and pages you have the more there is to cache. Make sure you're also running with the - server flag; aside from setting that and a reasonably high -Xmx (max memory) I normally advise using default memory settings, especially if you're running under JDK 1.5 where the defaults are pretty solid. If that doesn't help, give me a more detailed description of what types of activities are slow - often if render times are slow, optimizations can be done at the include & XSL level to speed things up significantly. I'd be happy to take a look at a slow project and see if I can identify any straightforward optimizations. Cheers, Alex On Jul 6, 2007, at 8:41 AM, Carl P Barrow wrote: > Hi Alex, > > Congratulation on your wedding and I hope you have a nice honeymoon :) > > I'm having some problems with HyperContent running a little slow on > some sites. What does the maxmemory setting in build.xml do and > how can I change the heap size? > > Cheers > Carl > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > ********************************************************************** > ******************* > To view the terms under which this email is distributed, please go > to http://www.hull.ac.uk/legal/email_disclaimer.html > ********************************************************************** > *******************--------------------------------------------------- > ---------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |