]> git.donarmstrong.com Git - lilypond.git/commitdiff
use 10M default heap segment size, 100M max.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 2 Dec 2006 16:23:25 +0000 (17:23 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 2 Dec 2006 16:23:25 +0000 (17:23 +0100)
lily/main.cc

index c3d449905c01f7556bdd6e6f5c82ad265ddda486..728cd89508570f2fff306e3dd3a9ddc679c9c5bb 100644 (file)
@@ -607,6 +607,12 @@ setup_guile_env ()
   sane_putenv ("GUILE_MIN_YIELD_1", yield, overwrite);
   sane_putenv ("GUILE_MIN_YIELD_2", yield, overwrite);
   sane_putenv ("GUILE_MIN_YIELD_MALLOC", yield, overwrite);
+
+
+  sane_putenv ("GUILE_INIT_SEGMENT_SIZE_1",
+              "10485760", overwrite);
+  sane_putenv ("GUILE_MAX_SEGMENT_SIZE",
+              "104857600", overwrite);
 }
 
 void