• Resolved TeeMko

    (@teemko)


    Hi guys,

    I am either looking for a good cheap host that allows 128M+ memory limit on their site.

    On 000webhost after I activate 8 of 13 plugins in WordPress I get memory usage error. I have tried all the plugins individualy and they work fine that way. On my own PHP file, I have tried 32M 64M 128M and it all worked. I have tried a WP Plugin called WP-Memory-Usage that tells me that I use only 17M.

    The error I get on 000webhost:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 7680 bytes) in /home/a8561917/public_html/wp-admin/includes/plugin.php on line 1663

    Anyone know what I should do?
    Any suggestion.

    Thanks
    TeeMko

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    These are our recommendations for hosting http://wordpress.org/hosting/

    Thread Starter TeeMko

    (@teemko)

    Hey Andrew,

    Are those hosts capable of solving my memory problem? Do they offer 128M memory?

    TeeMko

    Thread Starter TeeMko

    (@teemko)

    Here is an image of Memory usage:
    http://s21.postimg.org/8o09m6bpz/Memory.png

    Any idea why I am getting a memory error on 000webhost that has 64M limit, and I use 17M according to this plugin?

    TeeMko

    If you can extend memory limit, here are some options:

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M. If your line shows 64M try 128M.

    memory_limit = 64M ; Maximum amount of memory a script may consume (32MB)

    2. If you don’t have access to PHP.ini try adding this to an .htaccess file:

    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP

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

    If you don’t have access to those files, please contact your host

    Helpful link: http://wordpress.org/support/topic/253495#post-1017842

    Thread Starter TeeMko

    (@teemko)

    Hi Deepak,

    The way I bypassed this issue is I changed from 000webhost to zymic. They also have 64M Memory, and I have no issues with memory there.
    The next issue I have is this uploading problem:
    http://wordpress.org/support/topic/upload-issues-on-new-host-warning-file_exists-functionfile-exists?replies=1#post-4149018

    Thanks for the help guys,
    TeeMko

    Hello 000webhost users ..

    Same problem with me , but I’ve fixed it

    “Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 8192 bytes) in /home/axxxxxxx/public_html/wp-content/plugins/facebook/facebook.php on line 1″

    1. Once you installed the facebook plugin and when you activate the plugin you see Error message , Now Open FileZilla and Go to remote site “wp-content/plugins/facebook” there you see index.php , right click on it and click on “view/edit”, put php_value memory_limit 128M on top
    Now save it ..
    and Do it for all plugin you you want .. just open index.php and add php_value memory_limit 128M on top.

    2. Add this line to your wp-config.php file to increase allocated memory to PHP:
    define(’WP_MEMORY_LIMIT’, ‘256M’);

    now save it … done !!!!

    same you can do it for all plugins 🙂 just download them or install them , and edit index.php in particular plugin folder

    here is link for turorial ..http://blog.kdmahawar.com/php-memory-error-wordpress-000webhost/

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘128M memory host or help with memory problem?’ is closed to new replies.