Displaying 1 result from an estimated 1 matches for "242445".
Did you mean:
24245
2007 Oct 09
2
R dynamic memory management
I have a loop that processes all the raw data files in agiven directory.
It should allocate only the memory to accomodate the filenames list.
Each file is loaded into RAM one at a time and saved to another
directory after processing. The R script runs fine but it had some
memory problems so it was terminated before getting to the end of the
list.
This is a Windows XP desktop with ~ 1GB RAM
In the