
|
[dokuwiki]
||
[Date Prev]
[10-2007 Date Index]
[Date Next]
||
[Thread Prev]
[10-2007 Thread Index]
[Thread Next]
[dokuwiki] Re: increased memory footprint in recent indexer changes?
- From: "TNHarris" <telliamed@xxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 08 Oct 2007 20:50:50 -0400
On Sun, 7 Oct 2007 21:08:49 +0200, "Andreas Gohr" <andi@xxxxxxxxxxxxxx>
said:
>
> I noticed a lot of "out of memory messages" in my server logs since I
> upgraded my wiki at splitbrain.org yesterday. They seem all to occur in
> the inc/indexer.php line 71 (idx_saveIndex). I was running with 32MB
> (I'm now up at 64 which seems to fix it for now).
>
The drawback of having a small test dataset.
It's really that splitting the index into word-length blocks allowed
individual files to be loaded into memory. That improved speed over the
piece-meal access of the single index. But speed is more important for
executing searches, not building the index.
-- tom
telliamed@xxxxxxxxxxx
--
http://www.fastmail.fm - Faster than the air-speed velocity of an
unladen european swallow
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|