Skip to content

Commit

Permalink
Revert GC for generateGarbageAndCollect
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
  • Loading branch information
flooxo committed Nov 1, 2023
1 parent b39dd8d commit 1b76dbd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public static void generateGarbageAndCollect(){
}
System.out.println("Finished generating garbage, requesting gc");
System.gc();
System.gc();
System.gc();
System.out.println("GC complete ?");*/
}

Expand Down

0 comments on commit 1b76dbd

Please sign in to comment.