]> git.donarmstrong.com Git - lilypond.git/commitdiff
tune down GC yield for smaller memory footprint
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 2 Dec 2006 16:15:33 +0000 (17:15 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 3 Dec 2006 16:36:58 +0000 (17:36 +0100)
(cherry picked from a665532c6dfd7e637fd1c8dafd18afdd5f9b2692 commit)

lily/main.cc

index 4e72121d122c8546a0c94f93ab6094bd31ece499..f70d238e26d75262af10fb264649912abb682105 100644 (file)
@@ -602,7 +602,7 @@ setup_guile_env ()
   bool overwrite = true;
   if (!yield)
     {
-      yield = "70";
+      yield = "65";
       overwrite = false;
     }