Hi Roberta, We can just request the JVM to run the Garbage collection by calling System.gc(). But, whether or not the jvm runs the gc thread is upto the discretion of only the jvm. If you are low on resources most probably this will run. if you are not then i don't think that it should matter. Regards, Amit