Changes

Summary

  1. Log if running very low on available file handles, as this can cause bad (commit: a310b7f) (details)
Commit a310b7f70bc6cb4530f5e9639e411c30b6b26708 by rallanpcl
Log if running very low on available file handles, as this can cause bad performance as a full GC is triggered whenever file handles are all used. See slides from "A JVM does that".

Signed-off-by: Ross Allan <[email protected]>
(commit: a310b7f)
The file was addedsrc/common/me/nallar/tickthreading/util/EnvironmentInfo.java
The file was modifiedsrc/common/me/nallar/patched/server/PatchMinecraftServer.java (diff)
The file was modifiedsrc/common/me/nallar/tickthreading/minecraft/TickManager.java (diff)