Date: Sat, 14 Aug 1999 15:40:10 -0400 (EDT) From: Marc Tardif <intmktg@CAM.ORG> To: freebsd-hackers@freebsd.org Subject: shared memory crash Message-ID: <Pine.SOL.4.10.9908141533380.25252-100000@Ocean.CAM.ORG>
next in thread | raw e-mail | index | archive | help
I've been learning to program using shared memory and messages. As I write and debug, I often have to crash a running process which stalls. Of course, there is a problem with my code but that's all part of the learning process. The actual problem is that, after a few ctrl-c's, there isn't enough space to allocate the shared memory space required. A solution suggested in previous discussions in the freebsd mailing list is to increase the SHMMAX value in the kernel config, but I'd rather find a way to recuperate the space I've been wasting needlessly on crashed processes. Thanks in advance, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.10.9908141533380.25252-100000>