Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
swapsmagic committed Nov 8, 2023
1 parent 641c269 commit ed06dfb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ else if (taskKillerStrategy == FREE_MEMORY_ON_FULL_GC) {
triggerTaskKiller = true;
}
}
log.debug("Task Killer Trigger: " + triggerTaskKiller + ", Before Full GC Head Size: " + beforeGcDataSize.toBytes() + " After Full GC Heap Size: " + afterGcDataSize.toBytes());

return triggerTaskKiller;
}
Expand Down

0 comments on commit ed06dfb

Please sign in to comment.