aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/coqtop.ml')
-rw-r--r--toplevel/coqtop.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml
index 84fca9933..e8e924d52 100644
--- a/toplevel/coqtop.ml
+++ b/toplevel/coqtop.ml
@@ -153,8 +153,8 @@ let init_gc () =
let control = Gc.get () in
let tweaked_control = { control with
Gc.minor_heap_size = 33554432; (** 4M *)
- Gc.major_heap_increment = 268435456; (** 32M *)
-(* Gc.space_overhead = 120; *)
+(* Gc.major_heap_increment = 268435456; (** 32M *) *)
+ Gc.space_overhead = 120;
} in
if param then ()
else Gc.set tweaked_control