[wp-testers] wp-testers Digest, Vol 68, Issue 3

Mark Beihoffer mbeihoffer at gmail.com
Wed Oct 20 05:08:08 UTC 2010


I tried that and it

thants!

Mark Beihoffer
Dragonfly Networks
mbeihoffer at gmail.com
mark at dragonfly-networks.com
(612)508-5128


On Sat, Oct 9, 2010 at 7:00 AM, <wp-testers-request at lists.automattic.com>wrote:

> Send wp-testers mailing list submissions to
>        wp-testers at lists.automattic.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.automattic.com/mailman/listinfo/wp-testers
> or, via email, send a message with subject or body 'help' to
>        wp-testers-request at lists.automattic.com
>
> You can reach the person managing the list at
>        wp-testers-owner at lists.automattic.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of wp-testers digest..."
>
>
> Today's Topics:
>
>   1. Memory exhausted (Prasath Nadarajah)
>   2. Re: Memory exhausted ( Scott Evans )
>   3. Re: Memory exhausted (Paolo Dolci)
>   4. Re: Memory exhausted (due chiacchiere)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 8 Oct 2010 11:39:50 -0700 (PDT)
> From: Prasath Nadarajah <n.prasath.002 at gmail.com>
> Subject: [wp-testers] Memory exhausted
> To: wp-testers at lists.automattic.com
> Message-ID:
>        <b955f707-cb96-4332-bfca-9fd89c6e2881 at s12g2000prs.googlegroups.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> I get the following error when i test wordpress with the testing
> suite.
> How can i fix this??
>
> Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
> allocate 61440 bytes) in /var/www/wordtest/wordpress/wp-includes/wp-
> db.php on line 926
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 09 Oct 2010 06:51:51 +1100
> From: " Scott Evans " <scott at vk7hse.hobby-site.org>
> Subject: Re: [wp-testers] Memory exhausted
> To: wp-testers at lists.automattic.com
> Message-ID: <9552u1$6ofug5 at ipmail06.adl6.internode.on.net>
> Content-Type: text/plain;       charset=utf-8
>
> You will need to edit the memory limit in PHP, if you are using Linux the
> setting is in /etc/php5/apache2/php.ini then look for the line Memory Limit
> = xxxxxx (default is 32mb for ubuntu) raid that to a level that fits within
> the amount of physical RAM (64mb or 128mb) if you also have PHP-cli
> installed raise the default memory in that file to (php-cli.ini) to match
> what you set in the previous file, I have mine set to 256mb for both files,
> you then need to restart apache2 for the new settings to take effect.
>
> Sent from my HTC Desire
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 8 Oct 2010 22:05:40 +0200
> From: Paolo Dolci <capn3m0 at gmail.com>
> Subject: Re: [wp-testers] Memory exhausted
> To: wp-testers at lists.automattic.com
> Message-ID:
>        <AANLkTim_MiVJs9iO-dsgL1esPmUb6_uABPRcTrYy0=4j at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Try to put this string in the wp-config.php
>
> Ini_set("memory_limit",256M);
>
> ;)
>
> Bye
>
> 2010/10/8, Scott Evans <scott at vk7hse.hobby-site.org>:
> > You will need to edit the memory limit in PHP, if you are using Linux the
> > setting is in /etc/php5/apache2/php.ini then look for the line Memory
> Limit
> > = xxxxxx (default is 32mb for ubuntu) raid that to a level that fits
> within
> > the amount of physical RAM (64mb or 128mb) if you also have PHP-cli
> > installed raise the default memory in that file to (php-cli.ini) to match
> > what you set in the previous file, I have mine set to 256mb for both
> files,
> > you then need to restart apache2 for the new settings to take effect.
> >
> > Sent from my HTC Desire
> >
> >
> > _______________________________________________
> > wp-testers mailing list
> > wp-testers at lists.automattic.com
> > http://lists.automattic.com/mailman/listinfo/wp-testers
> >
>
> --
> Inviato dal mio dispositivo mobile
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 08 Oct 2010 16:16:42 -0400
> From: due chiacchiere <info at duechiacchiere.it>
> Subject: Re: [wp-testers] Memory exhausted
> To: wp-testers at lists.automattic.com
> Message-ID: <4CAF7C2A.80706 at duechiacchiere.it>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>  Even better, use the official (and standard) Wordpress approach:
>
> define('WP_MEMORY_LIMIT', '41M');
>
> Ref: http://codex.wordpress.org/Editing_wp-config.php
>
> Camu
>
> On 10/8/2010 4:05 PM, Paolo Dolci wrote:
> > Try to put this string in the wp-config.php
> >
> > Ini_set("memory_limit",256M);
> >
> > ;)
>
>
> ------------------------------
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
>
> End of wp-testers Digest, Vol 68, Issue 3
> *****************************************
>


More information about the wp-testers mailing list