Increased max num of procs to 100000000.
[cellular-automata.git] / 001 / bin / life
index 63d5437..52be6f3 100755 (executable)
@@ -1,11 +1,12 @@
 #! /bin/sh
 
 
-Y=`expr \`stty size | awk '{print $1}'\` - 5`
+Y=`expr \`stty size | awk '{print $1}'\` - 3`
 X=`stty size | awk '{print $2}'`
 
 
 erl \
+    +P 100000000 \
     -name life_001@localhost \
     -noshell \
     -pa ebin \
This page took 0.025196 seconds and 4 git commands to generate.