Speed Optimizations
Speed Optimizations
There are several items that can be done to improve performance of Cascade Server on Windows.
- 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.
- Increase the connection pooling values for the database. Open your ***-ds.xml file for your respective database and increase the cache size.
- 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 Tue, 11 Sep 2007 14:54:02 -0400
Top / Next / Up / Table of Contents