Out Of Memory

Stimulsoft Reports.NET discussion
Post Reply
Rajthilak
Posts: 2
Joined: Fri Jun 13, 2008 4:53 pm
Location: Coimbatore

Out Of Memory

Post 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
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Out Of Memory

Post 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.
Post Reply