[dokuwiki] Re: Fatal error: Allowed memory size ...

  • From: Linas Valiukas <shirshegsm@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 24 Sep 2005 21:01:59 +0300

Hi,

you can increase memory limit by editing php.ini:

memory_limit = 32M

...or by using this somewhere (for example, in doku.php):

ini_set ('memory_limit', '32M');

Regards,


On 9/24/05, Martin Baum <martin.baum@xxxxxxxxx> wrote:
> Hi.
>
> I have a problem with one page in my DokuWiki.
>
> I'll become this PHP error-msg:
> Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
> allocate 44 bytes) in
> /usr/local/www/data-dist/dokuwiki/inc/parserutils.php on line 141
>
> The file (hardware.txt) is 25890 Byte big. It work good in the past.
> Hmm, anybody know about the problem?
>
> Thanks for help
>    Martin
>
> --
> Martin Baum  -  http://stunk.tfh-berlin.de  -  166318842 (ICQ)
> :wq
> --
> DokuWiki mailing list - more info at
> http://wiki.splitbrain.org/wiki:mailinglist
>


--
Linas Valiukas
gsm: +370 687 65 870
email: shirshegsm@xxxxxxxxx
icq: 147235316
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: