Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

PerformanceGuard® 8.2 Patch 3 Release Notes

...

Warning

This release will overwrite any current memory settings of the PG services, to initial 2048 and max 4096. If you want to keep your current settings you have to replace these after the upgrade. Look for the following string values.

  • JvmMs (Initial memory size)
  • JvmMx (Maximum memory size)

Look under the following registry keys, before the upgrade.

Code Block
languagepowershell
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\pgbackend\Parameters\Java
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\pgfrontend\Parameters\Java
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\pgdisplay\Parameters\Java
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\pgdisplay2\Parameters\Java
Warning

Attention: Running the following SQL script will take a long time to finish depending on the data in the table.

Please ensure that the hotfix SQL script is run on both upgrades and new installations. 

SqlScript should be run as SQL user pguard (Backend database user)


Code Block
languagepowershell
%Installdir%\sqlscripts\Hotfix\Backend-Hotfix-823-91.sql

...