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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20071012/b71d8633/attachment-0004.html>
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 11717520Is this a DB server (Oracle maybe?) What is ipsc -l and ipcs -p saying Regards, -- Tomasz Napierala System Administrator QXL Poland - Allegro.pl Team http://www.allegro.pl/
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