Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1.4
-
Fix Version/s: 4.2
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
When doing some profiling early on in the 4.2 release cycle I noticed a quite error where we would check the memory manager before trying to create the page buffer for the viewer. If the memory manager said we didn't have enough memory we wouldn't pain the buffer. I removed this code as the guess a available memory is 100% accurate and rendering a page is probably more important then not.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
I've been running the code or about 3 weeks now and haven't seen a missing page content related to low memory for quite some time.