Maximum and Minimum Size of Shared Memory Segments Maximum and Minimum Size of Shared Memory Segments
Rose uses shared memory. It may be that the shared memory settings are incorrect. Ensure that the maximum and minimum shared memory sizes are set as explained below.
Set the maximum size of a shared segment to at least 1,048,576 bytes (1 MB) or more.
To set maximum size of a shared memory segment to 1 megabyte, add the following line to the /etc/system file:
set semsys:seminfo_shmmax=1048576Set the minimum size of a shared memory segment to be less than the maximum size, preferably 1 byte.
To set the minimum size of a shared memory segment, add the following line to the /etc/system file:
set semsys:seminfo_shmmin=1
Rational Software Corporation
http://www.rational.com support@rational.com techpubs@rational.com Copyright © 1993-2001, Rational Software Corporation. All rights reserved. |