I have a machine with fairly much memory 16GB and I get shmget failed: error 28 (No space left on device). It seems that I may be out of shared memory, how do I increase that?
$ free total used free shared buffers cached Mem: 14976000 14945552 30448 0 146560 1298908 -/+ buffers/cache: 13500084 1475916 Swap: 18448376 6730856 11717520
Kind regards, Christian
Friday 12 October 2007 10:37:42 Christian Nygaard napisał(a):
I have a machine with fairly much memory 16GB and I get shmget failed: error 28 (No space left on device). It seems that I may be out of shared memory, how do I increase that?
$ free total used free shared buffers cached Mem: 14976000 14945552 30448 0 146560 1298908 -/+ buffers/cache: 13500084 1475916 Swap: 18448376 6730856 11717520
Is this a DB server (Oracle maybe?) What is ipsc -l and ipcs -p saying
Regards,
Tomasz 'Zen' Napierala wrote:
Friday 12 October 2007 10:37:42 Christian Nygaard napisał(a):
I have a machine with fairly much memory 16GB and I get shmget failed: error 28 (No space left on device). It seems that I may be out of shared memory, how do I increase that?
$ free total used free shared buffers cached Mem: 14976000 14945552 30448 0 146560 1298908 -/+ buffers/cache: 13500084 1475916 Swap: 18448376 6730856 11717520
Is this a DB server (Oracle maybe?) What is ipsc -l and ipcs -p saying
Regards,
You can try tweaking SHMMAX and SHMMIN in the with sysctl or in /etc/sysctl.conf
Friday 12 October 2007 19:05:56 Wayne Henley napisał(a):
Tomasz 'Zen' Napierala wrote:
Friday 12 October 2007 10:37:42 Christian Nygaard napisał(a):
I have a machine with fairly much memory 16GB and I get shmget failed: error 28 (No space left on device). It seems that I may be out of shared memory, how do I increase that?
$ free total used free shared buffers cached Mem: 14976000 14945552 30448 0 146560 1298908 -/+ buffers/cache: 13500084 1475916 Swap: 18448376 6730856 11717520
Is this a DB server (Oracle maybe?) What is ipsc -l and ipcs -p saying
Regards,
You can try tweaking SHMMAX and SHMMIN in the with sysctl or in /etc/sysctl.conf
Thanks, but I don't have problem wih shmget ;) Please answer to correct post.
re
Are you run ORACLE and got this error message?
If yes, I may provide you info.
--- Tomasz 'Zen' Napierala zen@allegro.pl 說:
Friday 12 October 2007 19:05:56 Wayne Henley napisa�(a):
Tomasz 'Zen' Napierala wrote:
Friday 12 October 2007 10:37:42 Christian
Nygaard napisa�(a):
I have a machine with fairly much memory 16GB
and I get
shmget failed: error 28 (No space left on
device). It seems
that I may be out of shared memory, how do I
increase that?
$ free total used free
shared buffers
cached Mem: 14976000 14945552 30448
0 146560
1298908 -/+ buffers/cache: 13500084
1475916
Swap: 18448376 6730856 11717520
Is this a DB server (Oracle maybe?) What is ipsc
-l and ipcs -p saying
Regards,
You can try tweaking SHMMAX and SHMMIN in the with
sysctl or in
/etc/sysctl.conf
Thanks, but I don't have problem wih shmget ;) Please answer to correct post.
re
Tomasz Napierala System Administrator QXL Poland - Allegro.pl Team http://www.allegro.pl/ _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
____________________________________________________________________________________ 杜絕網路駭客,保障帳號安全 - 馬上設定 Yahoo!奇摩安全圖章http://tw.info.yahoo.com/seal/index.html
On Fri, 12 Oct 2007, Christian Nygaard wrote:
I have a machine with fairly much memory 16GB and I get shmget failed: error 28 (No space left on device). It seems that I may be out of shared memory, how do I increase that?
I could be completely off, but I would start with typing 'man proc' and then searching for 'shm'.
Barry