aboutsummaryrefslogtreecommitdiff
path: root/doc/problemexamples/problemtemplate/compile/py3
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-08-12 08:14:46 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-08-12 08:14:46 +0000
commitb74c99441e14de473efb1afbb24796cede1aec39 (patch)
treec8e8e818d1ae038fd023c6109b9a4022ff686ed8 /doc/problemexamples/problemtemplate/compile/py3
parent4825a39f32cec25662967a62228860a75160c841 (diff)
downloadboca-b74c99441e14de473efb1afbb24796cede1aec39.tar.gz
boca-b74c99441e14de473efb1afbb24796cede1aec39.zip
at least 512m for compiling
Diffstat (limited to 'doc/problemexamples/problemtemplate/compile/py3')
-rwxr-xr-xdoc/problemexamples/problemtemplate/compile/py32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/problemexamples/problemtemplate/compile/py3 b/doc/problemexamples/problemtemplate/compile/py3
index 6f28a72..32b0f8d 100755
--- a/doc/problemexamples/problemtemplate/compile/py3
+++ b/doc/problemexamples/problemtemplate/compile/py3
@@ -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