OpenWGA 7.10 - Configuration references

Java system variables

de.innovationgate.wga.hsql.logsize

Purpose: Sets the maximum logsize of HSQL databases in megabytes
Contents:

Modifications to HSQL databases are at first written to a logfile "dbname.log"  for performance in pure SQL. When this logfile reaches its maximum size then HSQL writes all modifications to the "dbname.data" file which is actually meant for persistent data. This process is may take some time, especially if the log file grows large.

This system variable can be used to tweak the maximum logsize to adapt to the systems needs. Since OpenWGA 6.1 the default value is 1. Before it was 200 and lead to very slow OpenWGA shutdown because of very long logfiles.

Default value: 1