if (do_name() != 'Home') : ?>
endif ?>
Posted by Karsten Wolf on Sep 14, 2011
include("util/comment.php"); ?>
You most probably ran out of memory. Nodebox runs in 32-bit and has a 4GB limit. IIRC CoreImage has a memory leak in Nodebox.
Look at Nodebox running either with top in Terminal or with the Activity Monitor app. If your machine has less than 4GB RAM you'll notice a sluggish performance after it runs some time because memory is paged out.
This line gives it
NSMallocException - Attempt to allocate 16777216 bytes for NS/CFData failed
-karsten
crash when generating multiple pages
Posted by Julian. on Sep 13, 2011Hi there,
or reading in Console and when starting to generate multiple images Any idea how to analyze this problem or getting to the bottom of it?I'm currently struggling with a NodeBox script, which is crashing when generating more than a certain amount of images. The script reads a textfile, that lists 100.000 images and then arranges 600 of them in a grid. I'm iterating with PAGENUM, no problem there. But after 40-50 images one of the following errors occur:
All the best, Julian.