1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/science/gamess/pkg-message
2013-03-05 11:43:18 +00:00

14 lines
378 B
Plaintext

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=3064372224
sudo sysctl -w kern.ipc.shmall=748137
or if you want to enable at boot time
add following lines to
kern.ipc.shmmax=3064372224
kern.ipc.shmall=748137
/boot/loader.conf
.