~grubng-dev/grubng/tools-urlsdb

« back to all changes in this revision

Viewing changes to Files.cs

  • Committer: thindil
  • Date: 2011-04-21 08:49:00 UTC
  • Revision ID: thindil2@gmail.com-20110421084900-rkvzcaxsbw21wsvr
added manual garbage collection during creating backup

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                                writer.Flush();
63
63
                                urls2.Remove(0, urls2.Length);
64
64
                                this.util.Curamount += 100000;
 
65
                                GC.GetTotalMemory(true);
65
66
                        }
66
67
                        this.util.ProgressStop();
67
68
                        writer.Close();