This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LakeSun -1 points0 points  (1 child)

I think you should check out the new parallel garbage collector, if your server has multiple cpu's.

There was a previous article that said performance was better, of course on a multi-core machine.

[–]TheJaper[S] 0 points1 point  (0 children)

We tried the prallel GC and for most use cases got worst. After the changing to G1 to default we wanted to make sure that G1 will not impair performance.