[wp-testers] RC3. Click on Links menu item returns out-of-memory error

Andrew Nacin wp at andrewnacin.com
Mon Jun 14 07:21:10 UTC 2010


On Mon, Jun 14, 2010 at 3:08 AM, Waldo Lydecker <
waldo.lydecker at cinemaminima.com> wrote:

> "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried
> to allocate 7680 bytes) in
> /home/helios/public_html/
> austin.cinemaminima.com/public/blog/wp-includes/kses.php(550)
> : runtime-created function on line 1"


To confirm this is just a memory exhaustion issue, can you boost your memory
to 48, 64 or even 128 MB? Add this to wp-config:

define( 'WP_MEMORY_LIMIT', '64M' );


More information about the wp-testers mailing list