in reply to Storable, Cygwin, and memory issues
You didn't provided many detailed version information, so I guess on what I saw in your post.
As long as you mentioned "cygnus" I assume this cygwin is rather old, and it could be that its default mounts are text (as opposed to binary), so this could lead to broken numbers and thus huge memory allocations.
As for memory profiling - I use very primitive but quite handy way to see for memory consumptions. near 1Gb -- just ordinary task manager shows eaten memory just fine.
Otherwise Devel::Peek for precise analyzis, but this requires some programming.
BR,
Vadim.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Storable, Cygwin, and memory issues
by dpuu (Chaplain) on Apr 06, 2006 at 21:56 UTC | |
by vkon (Curate) on Apr 06, 2006 at 21:59 UTC | |
by dpuu (Chaplain) on Apr 06, 2006 at 22:23 UTC | |
by vkon (Curate) on Apr 07, 2006 at 15:35 UTC |