Out of Memory Issue[Serious Problem] ???
Out of Memory Issue[Serious Problem] ???
Sorry, but we still working under this problem. This problem is too difficult. We inform you when solution will be available.
Thank you.
Thank you.
Out of Memory Issue[Serious Problem] ???
Could you convert your images into metafiles? In the most cases it helps to avoid issues with out of memory error.
The problem with rendering big amount of images of high resolution is lies inside the .Net. Each image grows up to 10 times in memory. Also there is "inside" cache of the .Net Framework which also can grow and not to be controlled.
If images couldn't be represented as metafiles or reduced the only solution is to render them separately. I mean to call rendering procedure more than one time. So first one image, than another and so on. Sorry, this issue cannot be fixed because we limited by the .Net in the field of rendering very big images.
Thank you.
The problem with rendering big amount of images of high resolution is lies inside the .Net. Each image grows up to 10 times in memory. Also there is "inside" cache of the .Net Framework which also can grow and not to be controlled.
If images couldn't be represented as metafiles or reduced the only solution is to render them separately. I mean to call rendering procedure more than one time. So first one image, than another and so on. Sorry, this issue cannot be fixed because we limited by the .Net in the field of rendering very big images.
Thank you.
-
- Posts: 85
- Joined: Sat Jan 20, 2007 4:21 am
Out of Memory Issue[Serious Problem] ???
Hello,
Thanks for your Reply.i test with another way.that is, directly we can preview the report instead of viewing preview from designer.In this way it works fine.But,while exporting that preview content into PDF it produce Out of memory Error.
i think the problem is in your coding part.you didn't release the memory,after rendering image.This is the reason for showing out of memory error.
So you can try to release the memory after rendering single image .This is my suggestion regarding this issue.
Regards,
Jayakumar
Thanks for your Reply.i test with another way.that is, directly we can preview the report instead of viewing preview from designer.In this way it works fine.But,while exporting that preview content into PDF it produce Out of memory Error.
i think the problem is in your coding part.you didn't release the memory,after rendering image.This is the reason for showing out of memory error.
So you can try to release the memory after rendering single image .This is my suggestion regarding this issue.
Regards,
Jayakumar
Out of Memory Issue[Serious Problem] ???
Sorry, we cannot release the memory automatically. We cannot do this because this work can be done only by the Garbage Collector of the framework. We do not know commands how to manage it.
Thank you.
Thank you.
Out of Memory Issue[Serious Problem] ???
Can' use use Image.Dispose() ?
Or maybe GC.Finalise()?
I don't know your source, so that's just a guess.
Marco
Or maybe GC.Finalise()?
I don't know your source, so that's just a guess.
Marco
Out of Memory Issue[Serious Problem] ???
Sorry, but we cannot manage the Garbage Collector, because we only produce a component but managing of the GC should be done in the main Application. I suppose that your solution, Marco definitely helps in the situation which is described here, but we cannot call these commands from our code inside the Stimulsoft Reports.Net.
Thank you.
Thank you.
Out of Memory Issue[Serious Problem] ???
Hi All,
Please advise if this issue had been solved? Because I encountered this:
Please advise if this issue had been solved? Because I encountered this:
Thanks.No error message avalable, result code: E_OUTOFMEMORY(0x8007000E)
Out of Memory Issue[Serious Problem] ???
We've developed a new mode for caching of the images. This mode will be available in the next prerelease build as well as a describing on the using of this new feature.
Thank you.
Thank you.
Out of Memory Issue[Serious Problem] ???
In the build from Monday, February, 4th please set StiOptions.Engine.ImageCache property in true and try to render the report after that.
Thank you.
Thank you.
Out of Memory Issue[Serious Problem] ???
Thanks. I will try to do that.
As for now what i did is create a new report again, retrieve columns first and then load the image.
I hope the new fix will be helpful.
Best regards*
As for now what i did is create a new report again, retrieve columns first and then load the image.
I hope the new fix will be helpful.
Best regards*