in reply to Re: Out of memory issue
in thread Out of memory issue
Hi planetscape, the script runs through thousands of directories finding any images and stores the paths inside an array.
It then runs through this huge array and, for each image, extracts the IPTC information and writes it to a text file (one image per line).
The script breaks when it's performing this second step, and the text file it was writing reaches a size of 151 MB by the point it breaks.
Nothing has changed with the script itself, but the image archive (directories) has grown in size.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Out of memory issue
by jethro (Monsignor) on Mar 19, 2010 at 01:11 UTC | |
by ralphch (Sexton) on Mar 19, 2010 at 01:33 UTC | |
|
Re^3: Out of memory issue
by SuicideJunkie (Vicar) on Mar 19, 2010 at 13:35 UTC |