I managed to work around it! I was using imagesize to get the size of an array of image paths, then finding the max size of them all. That was working okay, so I cache all the sizes it finds in there and use the cache, and now nothing crashes and it works! This leaves me wondering, is it the number of times imagesize is used which causes the crash, or the reuse of it again and again on the same path? I do not know.

Reply via email to