From: Ian Jackson Date: Sat, 16 Jan 2010 19:43:41 +0000 (+0000) Subject: Change memlim to 20M as Algol reports it can be exceeded! X-Git-Tag: 6.5.1~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=55b97973486c7568b36c89aa4b16e2d5b42f0614;ds=sidebyside Change memlim to 20M as Algol reports it can be exceeded! --- diff --git a/yarrg/web/routetrade b/yarrg/web/routetrade index 01b15d9..03ef3e1 100644 --- a/yarrg/web/routetrade +++ b/yarrg/web/routetrade @@ -586,7 +586,7 @@ my $try_solve= sub { my $input= pipethrough_prep(); print $input $cplex or die $!; my $output= pipethrough_run_along($input, undef, 'glpsol', - qw(glpsol --tmlim 5 --memlim 5), @opts, + qw(glpsol --tmlim 5 --memlim 20), @opts, qw( --cpxlp /dev/stdin -o /dev/stdout)); if ($qa->{'debug'}) { print "

@opts

\n
\n";