Results 1 to 1 of 1

Thread: [How to] Increase memory limit for Word Press

  1. #1
    Alexander's Avatar
    Alexander is offline Technical Support
    Join Date
    Jul 2007
    Posts
    367

    Default [How to] Increase memory limit for Word Press

    In case your WB installation throws errors like
    Code:
    Fatal error: Allowed memory size of xxxxxxxx bytes exhausted (tried to allocate xxxx bytes)
    it means that your WordPress simply needs more memory. In order to fix it simply add the following line to the wp-config.php file:

    Code:
    define('WP_MEMORY_LIMIT', '64M');
    Please, note, that it will increase memory_limit to 64M for WP only.
    Last edited by Matt; 01-24-2012 at 04:29 PM. Reason: spelling

Similar Threads

  1. 1000meg host memory is less than 5 videos!
    By Triple in forum Pre-Sales Questions
    Replies: 1
    Last Post: 05-18-2009, 11:43 PM
  2. POP Mail Limit
    By QHF in forum General Support
    Replies: 1
    Last Post: 10-29-2007, 11:37 PM
  3. Pop Request Limit?
    By rlhanson in forum General Support
    Replies: 7
    Last Post: 10-18-2007, 10:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16