[wp-trac] [WordPress Trac] #11829: WordPress Memory Leaks (Error Log)
WordPress Trac
wp-trac at lists.automattic.com
Sat Jan 9 00:47:18 UTC 2010
#11829: WordPress Memory Leaks (Error Log)
-------------------------------------------------------------+--------------
Reporter: mtroche13 | Owner: ryan
Type: defect (bug) | Status: closed
Priority: highest omg bbq | Milestone:
Component: Database | Version:
Severity: critical | Resolution: invalid
Keywords: wordpress,errors,database,wp-db.php,memory leak |
-------------------------------------------------------------+--------------
Comment(by dd32):
Just more on what filesosofo said, Basically, The plugin is using more
memory than is currently allocated to WordPress.
You can increase the memory WordPress allocates for itself byu adding
{{{define('WP_MEMORY_LIMIT', '64M');}}} to your wp-config.php file. The
plugin should really do things more efficiently perhaps, but if you use
muliple plugins which use a lot of memory, sometimes you need to increase
that limit.
Increasing the limit does not work all webhosts, some lock you to a
certain limit.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11829#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list