• My memory consumption more than doubled after my site was migrated to a new server and new IP address (same webhost). Its now using almost a Gig of RAM. My webhost swears its not on his end but it must be since I didn’t add or change anything in the site before after the migration. Its a multisite, if that matters. Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s probably the host. Run phpinfo to see what kind of memory allocation php is given on the new server. Make a plain text file and call it phpinfo.php and put just this line in it:

    <?php phpinfo(); ?>

    then put the file in the root of your server, and then go to that file with your web browser. You’l see all the php info you need; scroll down for memory settings. More than 128 megs per php instance will eat a lot of total system memory.

    Thread Starter wadams92101

    (@wadams92101)

    Thanks Songdogtech (love the name – hunting hounds?) I’ll give that a try.

    Let me know how it works. Songdog is a western colloquialism for a coyote. I never thought of baying hounds….

    I am getting this error and networksolutions will not help me. I did add a new php.ini folder with the coding and I am still getting the same error. PLEASE help me. Thanks.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /data/16/2/126/107/2778270/user/3054910/htdocs/wordpress1/wp-admin/includes/class-wp-list-table.php on line 384

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increased memory consumption after migration to new server’ is closed to new replies.