]> 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>
Sun, 3 Dec 2006 16:37:07 +0000 (17:37 +0100)
(cherry picked from 76c05f1cdeb20074adf2cd6d56125c3d751530d0 commit)

lily/main.cc

index f70d238e26d75262af10fb264649912abb682105..474558d00365ad6b1aaff8ad95db604266c49d1d 100644 (file)
@@ -609,6 +609,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