* shared.cc (shared_info::initialize): Reduce size of heap.
This commit is contained in:
parent
8344351113
commit
f8da150758
@ -1,3 +1,7 @@
|
|||||||
|
Wed Jan 31 10:04:58 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* shared.cc (shared_info::initialize): Reduce size of heap.
|
||||||
|
|
||||||
Wed Jan 31 13:22:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
Wed Jan 31 13:22:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/sys/resource.h: Fix typo.
|
* include/sys/resource.h: Fix typo.
|
||||||
|
@ -128,7 +128,7 @@ shared_info::initialize ()
|
|||||||
/* FIXME: We should not be restricted to a fixed size heap no matter
|
/* FIXME: We should not be restricted to a fixed size heap no matter
|
||||||
what the fixed size is. */
|
what the fixed size is. */
|
||||||
|
|
||||||
heap_chunk_in_mb = reg.get_int ("heap_chunk_in_mb", 1024);
|
heap_chunk_in_mb = reg.get_int ("heap_chunk_in_mb", 256);
|
||||||
if (heap_chunk_in_mb < 4)
|
if (heap_chunk_in_mb < 4)
|
||||||
{
|
{
|
||||||
heap_chunk_in_mb = 4;
|
heap_chunk_in_mb = 4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user