View Single Post
  #2  
Old 07-29-2018, 03:58 PM
Tolwyn Tolwyn is offline
Approved Member
 
Join Date: Apr 2010
Posts: 250
Default

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
Reply With Quote