config: support max_gc_window_memory_size as upper limit
commit2ad6e1a4df9996ffcc69ca3abbd9d154a894233a
authorKyle J. McKay <mackyle@gmail.com>
Wed, 4 Mar 2015 10:17:41 +0000 (4 02:17 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 4 Mar 2015 10:17:41 +0000 (4 02:17 -0800)
tree955942683a1712a58db227ce50e4d43f70ac535e
parent557d815df5114360746c42b7d1ef4bdbe4b302df
config: support max_gc_window_memory_size as upper limit

On systems with very limited memory, the automatically computed
window memory size may still be higher than desirable.  Setting
max_gc_window_memory_size places an upper bound on the computed
value forcing it to be no larger than max_gc_window_memory_size.
Girocco/Config.pm
Girocco/Util.pm
shlib.sh