IMPORTANT
Do not change this particular parameter unless instructed to do so by Hannon Hill.
Linux/*nix
- Stop Cascade CMS
- Edit the file cascade.sh (found in the Cascade root directory)
- Add/Modify the -Xss parameter on line 2. For example:
export JAVA_OPTS="-Xss1M -Xmx1024M -XX:MaxPermSize=256m -Djava.awt.headless=true -Dfile.encoding=UTF-8"
Sets the thread stack size to 1M. - Restart Cascade CMS
Windows (service)
- Using Windows Explorer, navigate into the
tomcat\bin
folder - Right-click on the
CascadeCMSw.exe
file and select Run as Administrator - In the Cascade CMS Properties UI, click on the Java tab.
- In the Thread stack size field, enter a value (4000 KB, for example)
- Click Apply/OK
- Restart the Cascade CMS service
Windows (command line)
- Stop Cascade CMS
- Edit the file cascade.bat (found in the Cascade root directory)
- Add/Modify the -Xss parameter on line 3. For example:
set JAVA_OPTS=-Xss1M -Xmx1024M -XX:MaxPermSize=256m -Djava.awt.headless=true -Dfile.encoding=UTF-8
Sets the thread stack size to 1M. - Restart Cascade CMS