Page 1 of 1

Out Of Memory

Posted: Tue Jul 29, 2008 4:50 pm
by Rajthilak
Hi,

I have designed one template. The total page was 48. But an error "Out of memory" & "Not enough memory" comes when preview the page. I had an enough memory in my PC.

Image Size = 150MB

Thanks & regards,
Rajthilak M

Out Of Memory

Posted: Mon Aug 11, 2008 8:52 am
by Vital
Hello Rajthilak,

Please try to enable image cache:

Code: Select all

StiOptions.Engine.ImageCache.Enabled = true;
StiOptions.Engine.ImageCache.CachePath = "image.cache";
Thank you.