Skip to content

Commit

Permalink
#181 /debug/cacheReset shall also call GC
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Feb 27, 2017
1 parent 8460555 commit 746814a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ public void cacheReset()
documentCollection.cacheReset();
menuTreeRepo.cacheReset();
pinstancesRepo.cacheReset();

System.gc();
}

private static final void logResourceValueChanged(final String name, final Object value, final Object valueOld)
Expand Down

0 comments on commit 746814a

Please sign in to comment.