ron
Member
I've used Progress on Solaris for a long time. Now I'm dealing with a large number of small servers running Progress 9.1D on Unixware.
I'm trying to get a handle on how to manage memory. The servers have different memory sizes - some with 256 Mb and others range up to 2 Gb. Existing scripts determine a value for -B using:
/sbin/memsize -g -f8192 | /bin/awk '{print $1}'
I haven't come across "memsize" before. <memsize -g> seems to show the total amount of installed RAM - not what's available. Thus it seems that the value determined for -B will be too great.
Anyone know about Unixware who could comment?
Thanks,
Ron.
I'm trying to get a handle on how to manage memory. The servers have different memory sizes - some with 256 Mb and others range up to 2 Gb. Existing scripts determine a value for -B using:
/sbin/memsize -g -f8192 | /bin/awk '{print $1}'
I haven't come across "memsize" before. <memsize -g> seems to show the total amount of installed RAM - not what's available. Thus it seems that the value determined for -B will be too great.
Anyone know about Unixware who could comment?
Thanks,
Ron.