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>
Sat, 2 Dec 2006 16:15:33 +0000 (17:15 +0100)
lily/main.cc

index 9344a1ec4bd1c91e3ad4512c5f8c17f98ba78539..c3d449905c01f7556bdd6e6f5c82ad265ddda486 100644 (file)
@@ -600,7 +600,7 @@ setup_guile_env ()
   bool overwrite = true;
   if (!yield)
     {
-      yield = "70";
+      yield = "65";
       overwrite = false;
     }