Have you modified or adjusted the java environment that comes with the game?
Java and the game does a regular "garbage collecting."
Make sure you have this in your game installation folder:
gc.cmd
but more importantly, this file has to be called by the RCU file:
@file gc.cmd
THIS line should be in the RCU file.
If you want to run the garbage collecting manually, the command is (from the console):
GC
|