zese wrote:Well i was just thinking it might not be client sided problem because the game takes 200 000kb of vm from other programs...
No, that's actually normal; Java does that, but you don't really need to worry about it, because it really is 200 MBs of
virtual memory, not necessarily physical. The pages involved are zero-allocated on demand, and the Java VM actually does a pretty good job at compressing the heap, so that unused pages can be reclaimed by swapping.
On the other hand, are you perhaps using Windows 7 with the built-in graphics drivers? They generally suck (since Microsoft doesn't implement OpenGL well). If you do, upgrade to the video card vendor's own drivers.