Date: Fri, 6 Mar 1998 11:17:46 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: Jacques Hugo <jacques@wired.ctech.ac.za> Cc: questions@FreeBSD.ORG Subject: Re: xanim and shmget Message-ID: <Pine.BSF.3.96.980306111525.26185D-100000@gdi.uoregon.edu> In-Reply-To: <34FFB323.41C67EA6@wired.ctech.ac.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 6 Mar 1998, Jacques Hugo wrote: > When I fire up xanim, sometimes I get this error: > > shmget: No space left on device > > Does anyone know what causes this? ENOSPC is returned if there isn't enough space to allocate the shared memory space required, either the system is ot of VM or you need more shared memory handles. The shared memory handles can be tuned by a kernel compile option which is in LINT. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980306111525.26185D-100000>