Bug 42430

GemStone/S

6.6.2, 6.6.1, 6.6, 6.5.8, 6.5.7.5, 6.5.7, 6.5.6, 6.5.5, 6.5.4, 6.5.2, 6.5.1, 6.5, 6.3.1, 6.3

6.6.3

GEM_PGSVR_COMPRESS_PAGE_TRANSFERS does not change behavior

Setting the configuration parameter GEM_PGSVR_COMPRESS_PAGE_TRANSFERS to
true does not turn on data compression as described in the config file
and the gem's config info printout. Changes made using the run-time configuration
parameter do work correctly

Workaround

Toggle the runtime parameters, using code such as this:

run
  System gemConfigurationAt: #GemPgsvrCompressPageTransfers put: 0 .
  System gemConfigurationAt: #GemPgsvrCompressPageTransfers put: 1
%


Last updated: 4/15/13