I tried that and it thants!
Mark Beihoffer Dragonfly Networks [email protected] [email protected] (612)508-5128 On Sat, Oct 9, 2010 at 7:00 AM, <[email protected]>wrote: > Send wp-testers mailing list submissions to > [email protected] > > 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 > [email protected] > > You can reach the person managing the list at > [email protected] > > 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 <[email protected]> > Subject: [wp-testers] Memory exhausted > To: [email protected] > Message-ID: > <b955f707-cb96-4332-bfca-9fd89c6e2...@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 " <[email protected]> > Subject: Re: [wp-testers] Memory exhausted > To: [email protected] > Message-ID: <[email protected]> > 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 <[email protected]> > Subject: Re: [wp-testers] Memory exhausted > To: [email protected] > Message-ID: > <[email protected]> > 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 <[email protected]>: > > 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 > > [email protected] > > 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 <[email protected]> > Subject: Re: [wp-testers] Memory exhausted > To: [email protected] > Message-ID: <[email protected]> > 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 > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > > > End of wp-testers Digest, Vol 68, Issue 3 > ***************************************** > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
