diff options
author | Camm Maguire <camm@debian.org> | 2014-04-08 18:41:50 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2014-04-21 14:32:39 +0000 |
commit | 8423712551493692e75a3c3c60056657f7b4897a (patch) | |
tree | 74f727fb4e3774bb3bc0cd92acf2e3e054ba7c7d | |
parent | f043d073806e2a9324bdcc14603cf195d14cdd9e (diff) | |
download | gcl-8423712551493692e75a3c3c60056657f7b4897a.tar.gz |
more beginning contiguous memory for cygwin
-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); |