That's fixed, thanks. I don't want to mess around too much with the java parameters, as correct GC settings can be environment specific and it's easy to make something that works well for me and badly for others.I think the recommended start parameter has to be refined, before i was on my old parameter with tickthreading and that was flawless, except the ocassional out of memory... well and the other 3 crashes ^^
And btw, threres a typo in it...
Change this
to thisCode:-XX:useSSE=3
Code:-XX:UseSSE=3
The issue with the previous parameters was the stack size, if you want to use them just remove the parameters for the stacksize and it should be fine.