mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-20 12:56:50 +02:00
removing small maximum heap size from testing
This commit is contained in:
parent
035aa7005c
commit
35776a2bc3
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -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, */
|
||||
|
|
Loading…
Add table
Reference in a new issue