aboutsummaryrefslogtreecommitdiff
path: root/science/gamess/pkg-message
blob: 08b396ab437f0256a340429b8cfa86345d5d25a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
WARNING!!WARNING!!WARNING!!WARNING!!

If you got the following error
'Error ENOMEM: Not enough memory to allocate ** bytes of shared memory.',
then add ipc memory by:
sudo sysctl -w kern.ipc.shmmax=67108864
sudo sysctl -w kern.ipc.shmall=32768
or if you want to enable at boot time
add following lines to
kern.ipc.shmmax=67108864
kern.ipc.shmall=32768
/boot/loader.conf
.