Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
- 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 . For example, changing a value of a control may have some impact on the form visually. If that seems to be slow to take effect this can help because this increases the resources (CPU) 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.
...