From: Siraaj Khandkar Date: Wed, 1 Aug 2012 17:32:10 +0000 (-0400) Subject: Increased max num of procs to 100000000. X-Git-Url: https://git.xandkar.net/?p=cellular-automata.git;a=commitdiff_plain;h=9d5e921e35645290c05a391b51e481e89ca91f2e Increased max num of procs to 100000000. --- diff --git a/001/bin/life b/001/bin/life index a0f014a..52be6f3 100755 --- a/001/bin/life +++ b/001/bin/life @@ -6,6 +6,7 @@ X=`stty size | awk '{print $2}'` erl \ + +P 100000000 \ -name life_001@localhost \ -noshell \ -pa ebin \