removing small maximum heap size from testing

This commit is contained in:
Alex Shinn 2009-12-05 17:39:27 +09:00
parent 035aa7005c
commit 35776a2bc3

2
gc.c
View file

@ -14,7 +14,7 @@
/* the maximum heap size in bytes - if 0 there is no limit */
#ifndef SEXP_MAXIMUM_HEAP_SIZE
#define SEXP_MAXIMUM_HEAP_SIZE (4*1024*1024)
#define SEXP_MAXIMUM_HEAP_SIZE 0
#endif
/* if after GC more than this percentage of memory is still in use, */