Title: Memory Problems
Last modified: January 13, 2017

---

# Memory Problems

 *  Resolved [WillOfTheWeb](https://wordpress.org/support/users/willoftheweb/)
 * (@willoftheweb)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/memory-problems-3/)
 * Hi
 * I have just noticed that the plugin has stopped working on my site. The plugin
   says that it needs 64M to run and it only has 40M. I checked with my provider
   and they say I have 256M. I installed a plugin caller ‘Server Status’ and this
   also says I have 256M!
 * Any advice appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [NextScripts](https://wordpress.org/support/users/nextscripts/)
 * (@nextscripts)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/memory-problems-3/#post-8652181)
 * Check your WordPress configuration and look for custom php.ini files.
 * SNAP is using very simple PHP function $nxs_mLimit = ini_get(‘memory_limit’);
   to get memory limit.
 *  Thread Starter [WillOfTheWeb](https://wordpress.org/support/users/willoftheweb/)
 * (@willoftheweb)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/memory-problems-3/#post-8655437)
 * Resolved the problem. Seemingly the restriction was hard-coded into ./wp-includes/
   default-constants.php: define( ‘WP_MEMORY_LIMIT’, ’40M’ );
 * Not sure how that got there!!??
 *  [Endymion00](https://wordpress.org/support/users/endymion00/)
 * (@endymion00)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/memory-problems-3/#post-8683470)
 * Don’t edit files in your wp-includes folder, they’ll get replaced with you update.
 * just add the following to your wp-config.php file.
 * `define( 'WP_MEMORY_LIMIT', '256M' );`

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Memory Problems’ is closed to new replies.

 * ![](https://ps.w.org/social-networks-auto-poster-facebook-twitter-g/assets/icon-
   256x256.png?rev=1106267)
 * [NextScripts: Social Networks Auto-Poster](https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/social-networks-auto-poster-facebook-twitter-g/)
 * [Active Topics](https://wordpress.org/support/plugin/social-networks-auto-poster-facebook-twitter-g/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-networks-auto-poster-facebook-twitter-g/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-networks-auto-poster-facebook-twitter-g/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Endymion00](https://wordpress.org/support/users/endymion00/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/memory-problems-3/#post-8683470)
 * Status: resolved