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.11.1-1~9^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=23dd9fcc841bcf914f7cd0961c262995e0d79cd9;p=lilypond.git tune down GC yield for smaller memory footprint --- diff --git a/lily/main.cc b/lily/main.cc index 9344a1ec4b..c3d449905c 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -600,7 +600,7 @@ setup_guile_env () bool overwrite = true; if (!yield) { - yield = "70"; + yield = "65"; overwrite = false; }