Hello,
I've been running a private server for years and with java 1.6 I always used the garbage collection switches when launching a MC server.
The ones I used specifically are -Xincgc -XXarallelGCThreads=2 and found I used less ram and had fewer disconnections back in the early days of running the server.
I haven't removed them because well why mess with something that works right? I was wondering since I am using java 1.7 now, the garbage collection has been changed and im not sure if its enabled by default now, or if I should use the GC1 switches.
What has everyone else tried and what worked?
I've been running a private server for years and with java 1.6 I always used the garbage collection switches when launching a MC server.
The ones I used specifically are -Xincgc -XXarallelGCThreads=2 and found I used less ram and had fewer disconnections back in the early days of running the server.
I haven't removed them because well why mess with something that works right? I was wondering since I am using java 1.7 now, the garbage collection has been changed and im not sure if its enabled by default now, or if I should use the GC1 switches.
What has everyone else tried and what worked?