aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuplr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuplr.cpp')
-rw-r--r--src/tuplr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuplr.cpp b/src/tuplr.cpp
index 0b9344a..e9bcae9 100644
--- a/src/tuplr.cpp
+++ b/src/tuplr.cpp
@@ -26,7 +26,7 @@
using namespace std;
-GC Object::pool;
+GC Object::pool(8 * 1024 * 1024);
int
print_usage(char* name, bool error)