Increase memory limit to 64mb

This commit is contained in:
Shane Kilkelly
2016-09-28 11:02:58 +01:00
parent 4827aec30b
commit 61089eca40
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ describe "CompileManager", ->
compiler: @compiler
timeout: @timeout
image: @image
environment: {'CHKTEX_OPTIONS': '-nall -e9 -e10 -w15 -w16', 'CHKTEX_EXIT_ON_ERROR':1, 'CHKTEX_ULIMIT_OPTIONS': '-t 5 -v 16000'}
environment: {'CHKTEX_OPTIONS': '-nall -e9 -e10 -w15 -w16', 'CHKTEX_EXIT_ON_ERROR':1, 'CHKTEX_ULIMIT_OPTIONS': '-t 5 -v 64000'}
})
.should.equal true