Optimizations

NEWS & TIPS

  • Site Access Keys
  • Top: Alt+t
    Previous: Alt+,
    Next: Alt+.
    Up: Alt+;
    (Note: use Ctrl on the Mac)

Speed Optimizations

Speed Optimizations

There are several items that can be done to improve performance of Cascade Server on Windows.

  1. Increase the amount of memory allocated to the program. The default is 512 MB. Increase this to the maximum amount allowed by your system. Look for the -Xmx value in either the run.bat or the wrapper.conf file located in the bin folder.
  2. Increase the connection pooling values for the database. Open your ***-ds.xml file for your respective database and increase the cache size.
  3. If you are running Cascade Server as a Windows Service, increase the service priority from NORMAL to HIGH. This can be done by adding the following value in your wrapper.conf and uninstalling and reinstalling the Windows Service:
    wrapper.ntservice.process_priority=HIGH
Last modified on Wed, 06 Aug 2008 11:20:52 -0400

Comments


Top / Previous / Up / Table of Contents