From b74c99441e14de473efb1afbb24796cede1aec39 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Sat, 12 Aug 2017 09:14:46 +0100 Subject: at least 512m for compiling --- doc/problemexamples/problemtemplate/compile/cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/problemexamples/problemtemplate/compile/cpp') diff --git a/doc/problemexamples/problemtemplate/compile/cpp b/doc/problemexamples/problemtemplate/compile/cpp index 2da3e4a..88412d6 100644 --- a/doc/problemexamples/problemtemplate/compile/cpp +++ b/doc/problemexamples/problemtemplate/compile/cpp @@ -86,7 +86,7 @@ if [ ! -x $sf ]; then fi maxm=512000 if [ "$4" != "" ]; then - if [ "$4" -gt "0" ]; then + if [ "$4" -gt "512" ]; then maxm=${4}000 fi fi -- cgit v1.2.3