Modifying the Thread Stack Size
IMPORTANT!
Do not change this particular parameter unless instructed to do so by Hannon Hill.
Linux/*nix
- Stop Cascade Server
- Edit the file cascade.sh (found in the Cascade root directory)
- Add/Modify the -Xss parameter on line 2:
export JAVA_OPTS="-Xss1M -Xmx512M -XX:MaxPermSize=192m -Djava.awt.headless=true -Dfile.encoding=UTF-8"For example, the line above sets the thread stack size to 1M.
- Restart Cascade Server
Windows (command line)
- Stop Cascade Server
- Edit the file cascade.bat (found in the Cascade root directory)
- Add/Modify the -Xss parameter on line 3:
set JAVA_OPTS=-Xss1M -Xmx768M -XX:MaxPermSize=192m -Djava.awt.headless=true -Dfile.encoding=UTF-8For example, the line above sets the thread stack size to 1M.
- Restart Cascade Server
Windows (service)
- Navigate to the \tomcat\bin directory and find the file named tomcat5w.exe
- Make a copy of this file and rename it cascadew.exe (note: if cascadew.exe already exists, skip to the next step)
- Double-click the file cascadew.exe
- In the configuration UI click on the Java tab.
- In the Thread stack size field, enter a value (1000 KB, for example)
- Click Apply
- Restart the Cascade service
-
Frequently Asked Questions
- Why can't my users see certain Asset Factories?
- Will setting the 'Max Asset Versions' preference retroactively remove versions from old assets?
- Can 3rd Party data be used in Cascade Server?
- Can Cascade Server automatically archive content?
- Can Cascade Server export XML for other applications?
- View all (14 more)
-
LDAP
-
Installation and Upgrades
-
Technical Primer
-
System Configuration
-
Rich Text Editor (WYSIWYG)
-
Memory Configuration/JVM Startup Parameters
-
Security Updates
-
Warnings
-
Database