increase limit for 64bit systems

This commit is contained in:
Araq
2015-02-10 22:23:38 +01:00
parent 0284e8d11c
commit 4ce3c77031

View File

@@ -14,7 +14,7 @@ proc handleRequest(query: string): StringTableRef =
let x = foo
result = x()
const Limit = when compileOption("gc", "markAndSweep"): 5*1024*1024 else: 500_000
const Limit = when compileOption("gc", "markAndSweep"): 5*1024*1024 else: 700_000
proc main =
var counter = 0