From 29b93930462628612da0ce6b85f5d0fb553f842f Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 16 Sep 2009 18:37:54 +0000 Subject: GC isn't happening for this process b/c heap is too small, so trigger it manually git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@815921 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_rep_writer.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/couchdb/couch_rep_writer.erl b/src/couchdb/couch_rep_writer.erl index e9538640..d88c3ee2 100644 --- a/src/couchdb/couch_rep_writer.erl +++ b/src/couchdb/couch_rep_writer.erl @@ -40,6 +40,7 @@ writer_loop(Parent, Reader, Target) -> end, Parent ! {writer_checkpoint, HighSeq}, couch_rep_att:cleanup(), + couch_util:should_flush(), writer_loop(Parent, Reader, Target) end. -- cgit v1.2.3