|
From: Daniel J S. <dan...@ie...> - 2006-03-13 22:55:39
|
Dave Denholm wrote: > load makes a recursive call into the command parser. So you have set > up an infinite recursion. [snip] > > Problem goes away if you spell it > > $ cat /tmp/recurse > load '/tmp/pause' > reread I ran with that construct for a few hours. I'm still seeing memory very slowly increasing. Was your thought that the command parser or command memory is slowly increasing and that should account for the memory increase? Dan |