From: Han-Wen Nienhuys Date: Sat, 2 Dec 2006 16:15:33 +0000 (+0100) Subject: tune down GC yield for smaller memory footprint X-Git-Tag: release/2.10.1-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dda9f283f4077efd2b6534acb23b392c958afc4d;p=lilypond.git tune down GC yield for smaller memory footprint (cherry picked from a665532c6dfd7e637fd1c8dafd18afdd5f9b2692 commit) --- diff --git a/lily/main.cc b/lily/main.cc index 4e72121d12..f70d238e26 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -602,7 +602,7 @@ setup_guile_env () bool overwrite = true; if (!yield) { - yield = "70"; + yield = "65"; overwrite = false; }