Increased max num of procs to 100000000.
[cellular-automata.git] / 001 / bin / life
index a0f014a..52be6f3 100755 (executable)
@@ -6,6 +6,7 @@ X=`stty size | awk '{print $2}'`
 
 
 erl \
+    +P 100000000 \
     -name life_001@localhost \
     -noshell \
     -pa ebin \
This page took 0.021215 seconds and 4 git commands to generate.