diff options
-rw-r--r-- | gcl/o/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/o/alloc.c b/gcl/o/alloc.c index 871b6e3f..e24decc2 100644 --- a/gcl/o/alloc.c +++ b/gcl/o/alloc.c @@ -1077,7 +1077,7 @@ gcl_init_alloc(void) { ncb = 0; ncbpage = 0; - set_tm_maxpage(tm_table+t_contiguous,19); + set_tm_maxpage(tm_table+t_contiguous,100); #ifdef GCL_GPROF if (maxcbpage<textpage) set_tm_maxpage(tm_table+t_contiguous,textpage); |