Has the large File size upload issue been resolved in Aspose slides?
Hi,
We updated our server to 64 bit. 16BG. No help with memory issue.
Each time when we load any presentation. This process makes x2-3 times memory then size of PowerPoint document with embedded video. After usage of this presentation memory is no being released
We are talking about big Presentations. 600MB +
This continues to build memory allocation as more PowerPoint document is uploaded w/o release memory until upload / download starts to fail.
LOST OF ASPOSE DEVELOPERS ARE FACING THIS MEMORY ISSUE. THIS IS HAPPENING ACROSS ALL ASPOSE PRODUCTS - SLIDES, WORD, CELLS.
Please Please Very Please Help solve this memory release issue.
Please provide email so I can attach send our files via Dropbox.
Best,
Roj
Here is a sample presentation and a VS project (public google link):
Hi,
Our clients are using large presentation with embedded videos, they can easily occupy 300-700MB.
Hello Adnan,
What is the status of this issue ticket?
It has been many days and not response. Please this fix is critical to our survival.
Best,
Roj
Hi Roj,
Thank fro reading my note, however this issue was added to your ticketing system 6 days.
Has support even look at the issue?
two weeks ago you said support will look at this issue a week ago.
I initially posted this on Dec. 30 – That’s 18 Days ago.
How can I retail my clients if you take weeks and months top investigate an issue?
Hi Roj,
Hello Support,
What is the status of this bug fix. It has been over two months or longer after this issue is reported.
Please when will you fix this bug?
Roj
Hi Roj,
We are sorry for your inconvenience,
The issues you have found earlier (filed as SLIDESNET-38237) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
We made tests using 2 pptx files: 272mb and 690mb
1) 690mb file wasn’t loaded, and OutofMemoryException was thrown
2) One of 272mb was loaded successfully, but second one has thrown OutofMemoryException
Using my current version of Aspose.Slides(16.10.0.0), I was able to load more then 5 272mb files, but issue was that memory after using this presentations wasn’t released. But now I an not able to load even two 272mb
Please see my test code on the attached images.
What happened here?
IT IS WORSE NOW THAN BEFORE…
I just paid $500 and can’t even use the update.
Did anyone test this on your end?
Hi Roj,
Here are files we’re using with the required upload sizes needed by our client.
https://drive.google.com/file/d/0Bzqplnw_tl0OY3lpd1FyTnU0aGs/view?usp=sharing
https://drive.google.com/file/d/0Bzqplnw_tl0OYzFJU1RXX1V0U0k/view?usp=sharing
https://drive.google.com/file/d/0Bzqplnw_tl0OUWFXTTJWblItM2c/view?usp=sharing
We
need you to update the API so after the PPTX files with embedded video
is processed - the Aspose API automatically releases memory so client
DOES NOT get OutOfMemory error.
Please we are in a desperate situation, we don’t want to lost this would be client.
Best,
Raj
Hi Roj,
Windows 2012 Server, single processor with 16GB RAM.
ISSUE is that ASPOSE DOES NOT release memory after processing.
1) Large PPTX with embedded video is uploaded
2) slides and videos are processed (indexed) for use
3) Admin continues to upload more PPTX - since memory is not “released” after processing" - OutOfMemory - error is thrown.
Please let me know of I can help further.
We would prefer to be able to iterate the presentation slide-by-slide, and not store the whole ppt ( x ) file in memory at once.
Can you implement this way of opening a presentation? It would certainly resolve the memory issues with large files.
Consider using aspose.slides on a web server:
there are concurrent requests for presentation processing. Some of these requests address large presentation files (600MB+ as in our example).
Loading one file into memory occupies 600MB+ of RAM, which means 10 users working simultaneously would already consume more than 6GB. This can easily bring the server to a halt.