Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 1995 21:06:39 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        hackers@FreeBSD.org, marc@bowtie.nl
Subject:   Re: Silent Reboot of 2.1
Message-ID:  <199512121006.VAA26332@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I just experienced the first silent reboot of Fbsd 2.1. I was working 
>with GIMP, and to use it more effectively I changed the shared
>memory size to 16MB:

>shminfo:
>        shmmax: 16777216        (max shared memory segment size)
>        shmmin:       1 (min shared memory segment size)
>        shmmni:      32 (max number of shared memory identifiers)
>        shmseg:       8 (max shared memory segments per process)
>        shmall:    4096 (max amount of shared memory in pages)

>I accomplished this by editing /sys/i386/include/vmparam.h and 
>changing SHMMAXPGS from 1024 to 4096.

>This is the only thing I can think of that might have caused this.
>Could it?

Yes, shared memory pages are allocated in a submap of the kernel map,
so if too many are allocated then malloc() may fail and bad things
may happen.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512121006.VAA26332>