Skip to content
Prev 18759 / 398500 Next

Problems with memory

On Fri, 12 Apr 2002, Marlon Martins dos Reis wrote:

            
The only flag it might be worth using is --max-mem-size (see the rw-FAQ).
Omit all the others.
It's rm(object1, object2, object3) (no quotes).

You've told us very little of what is going on, but as you keep on
re-creating object1 to object3 in the loop, deleting them at the bottom is
almost pointless.  If you don't need the objects, why name them?
Just nest the calls.