John M wrote:
Quote:
I found this post that you wrote... it took care of THAT problem anyway.
Thanks,
John M
You must tune kernel variable SHMMAX !
Default for SHMMAX is 128 kB on UW. Together with SHMSEG 6 you can
create 6 shm-segments of 128 KB each.
Increase SHMMAX to the max of 2147483647 and never think of it again:
/etc/conf/bin/idtune SHMMAX 2147483647
Check the other by informix recommended values to (SHM..., SEM...).
Then:
/etc/conf/bin/idbuild -B
shutdown -i6 -y |
But you said in your first post, you already increased SHMMAX and SHMSEG
and build a new kernel an rebooted, if I remember correct.
Quote:
I changed (as per IDS_7.3 in the release notes):
SHMMNI 200
SHMSEG: 15
SHMMAX: 536870912 |
15 * 536.870.912 = - 7.5 GB -> much more than you need for you informix
config.
?????