Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Code Block | ||
---|---|---|
| ||
set CATALINA_OPTS=%CATALINA_OPTS% -Xms256m -Xmx1024m |
...
frevvo as a Windows service
If you are running as a Windows service, you will have to edit frevvo/tomcat/bin/service.bat line to increase the Java Heap and Permgen spaces. Here is an example of the line you need to edit in that file:
...
After making these modifications to the service.bat file, you must Remove/Reinstall Live Forms frevvo as a Windows service for the changes to take effect.
...
- Increase memory allocations for the frevvo and Insight (Solr) servers. Please see the documentation below.
- Schedule a weekly restart of your frevvo and Insight (solr) servers. It usually takes a couple minutes to do this and is very helpful to prevent issues, memory leaks and potential server sluggishness and locks.
- If you are using a SQL Server database for , be sure to configure Snapshot Isolation for that database.
- Add thread count properties to the <frevvo-home>/tomcat/conf/frevvo-config.properties. These properties improve performance if you are experiencing slowness when using forms by increasing the CPU resources available to running form rules.
Follow these steps:- Stop .
- Navigate to <frevvo-home>/tomcat/conf.
- Edit the frevvo-config.properties file
Add the following properties to the file and save the changes.
Code Block frevvo.threadpool.coresize=40 frevvo.threadpool.maxsize=400 org.quartz.threadPool.threadCount=1
- Restart .
Troubleshooting
Solutions for memory errors are discussed below.
...