Changes between Version 8 and Version 9 of Ticket #34560, comment 13
- Timestamp:
- 11/04/2015 02:07:33 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34560, comment 13
v8 v9 19 19 }}} 20 20 21 It's a huge improvement in that I can edit the page again (in theory, as while the editor comes up with the page's text and editor controls instead of a white screen or server error now, I have not actually tried saving a new revision of that page yet). Also, instead of the page consuming more than 256MB (causing the server error), there is about 160MB still free. Big score! Yay! Thanks!21 It's a huge improvement in that I can edit the page again (in theory, as while the editor comes up with the page's text and editor controls instead of a white screen or server error now, I have not actually tried saving a new revision of that page yet). Also, instead of the page consuming more than 256MB during editing (causing the server error), there is about 160MB still free. Big score! Yay! Thanks! 22 22 23 23 However, looking at the numbers, there is obviously something I still don't understand here. It seems to me that the big page of 437K should still only take less than a megabyte more to edit than the tiny one. I can guess that all the extra memory must be in having the revisions list for the page, both when editing a page and when looking at the revisions list? Or could there be another reason (character representation issues or whatever)?