Skip to content
Back to formatted view

Raw Message

Message-ID: <1233178428.12820.38.camel@Halley>
Date: 2009-01-28T21:33:48Z
From: Ubuntu Diego
Subject: Memory issue?
In-Reply-To: <497EE37E.7000903@icr.ac.uk>

I had similar issues with memory occupancy. You should explicitly call
gc() to call the garbage collector (free memory routine) after you do
rm() of the big objects. 

D.