[dokuwiki] Re: http://wiki.splitbrain.org/wiki:compare

  • From: "Joe Lapp" <joe.lapp@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 05 Oct 2005 15:00:08 -0500 (CDT)

>From: Harry Fuecks <hfuecks@xxxxxxxxx>
> Hitting a memory limit on displaying that page: Fatal error: Allowed
> memory size of 8388608 bytes exhausted

We really ought to make the parser use a nested output buffer -- most likely 
culprit, anyway.  String cat'ing creates enormous amounts of string objects and 
new memory allocations.  Excessive memory consumption is the #1 cause of poor 
server performance (peak capacity), so this is a good clue for us.

~joe
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: