OpenWGA 7.6 - Configuration references

Java system variables

de.innovationgate.wga.maxConcurrentPrivateUserCaches

Purpose: Determines the maximum size of the "concurrent private user cache"
Contents: Integer number
Default value: 250
The "concurrent private user cache" holds data specific to single users, like their authorisation data. Its size determines for how many parallel users with individual logins this cachemay be held in OpenWGA (does not apply to number of anonymous users as any number of them share the same cache).

You can increase this value on systems that often have more than 250 users with individual logins active at the same time to increase overall performance, but it will increase heap memory usage.