Can we increase the priority of the Garbage collection thread in java -
As we know in Java, we have priority levels for thread, and the waste collector is one of the lowest priority thread So I want to know that for a particular Java application, we can be given a higher priority to its garbage collector so that it can increase memory management for that application.
It gets a little complicated, but they are documenting here:
/ P> < / Div>
Comments
Post a Comment