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
Out Of Memory
Hello Rajthilak,
Please try to enable image cache:
Thank you.
Please try to enable image cache:
Code: Select all
StiOptions.Engine.ImageCache.Enabled = true;
StiOptions.Engine.ImageCache.CachePath = "image.cache";