diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index cb08bc64..ddaa43d8 100644 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -216,9 +216,10 @@ namespace SparkleLib { SparkleHelpers.DebugInfo ("Commit", "[" + Name + "] " + message); - // Collect garbage pseudo-randomly - if (DateTime.Now.Second % 10 == 0) - CollectGarbage (); + // Collect garbage pseudo-randomly. Turn off for + // now: too resource heavy. + // if (DateTime.Now.Second % 10 == 0) + // CollectGarbage (); }