aboutsummaryrefslogtreecommitdiff
path: root/science/gamess/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'science/gamess/pkg-message')
-rw-r--r--science/gamess/pkg-message13
1 files changed, 13 insertions, 0 deletions
diff --git a/science/gamess/pkg-message b/science/gamess/pkg-message
new file mode 100644
index 000000000000..08b396ab437f
--- /dev/null
+++ b/science/gamess/pkg-message
@@ -0,0 +1,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
+.