pQmars/qcw-prod/standalone/bin admin.pl,1.1,1.2

0 views
Skip to first unread message

alexander sasha wait

unread,
Oct 10, 2005, 8:20:55 PM10/10/05
to alexan...@users.sourceforge.net
Update of /cvsroot/corewar/pQmars/qcw-prod/standalone/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10478/qcw-prod/standalone/bin

Modified Files:
admin.pl
Log Message:
allocate a gigabyte of ram and release.


Index: admin.pl
===================================================================
RCS file: /cvsroot/corewar/pQmars/qcw-prod/standalone/bin/admin.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** admin.pl 10 Oct 2005 19:45:26 -0000 1.1
--- admin.pl 11 Oct 2005 00:20:53 -0000 1.2
***************
*** 28,31 ****
--- 28,38 ----
}
else {
+ my $var = "+";
+
+ for (my $i = 1; $i <= 30; $i++) {
+ $var = $var.$var;
+ my $j = 2**$i;
+ print "$j\n";
+ }
print "that's OK too I guess.\n";
}

Reply all
Reply to author
Forward
0 new messages