Skip to content

Commit

Permalink
0000926: Staging area is not being cleaned up. Can cause out of memor…
Browse files Browse the repository at this point in the history
…y or file system issues.
  • Loading branch information
chenson42 committed Nov 27, 2012
1 parent a499268 commit 85e1e39
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public long clean() {
log.info("Purged {} staged memory buffers, freeing {} kb of memory", purgedMemCount,
(int) (purgedMemSize / 1000));
}
return purgedFileCount;
return purgedFileCount + purgedMemCount;
}

/**
Expand Down

0 comments on commit 85e1e39

Please sign in to comment.