View Single Post
  #2   (View Single Post)  
Old 17th September 2016
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

You can try increasing the size of the shared memory. The sysctl manpage lists an example:


Code:
To set the amount of shared memory available in the system and the
maximum number of shared memory segments:
# sysctl kern.shminfo.shmmax=33554432 
# sysctl kern.shminfo.shmseg=32
It also lists some other kern.shminfo.* options.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote