WP Ads Manager memory consumption

2 replies
Is anyone else using this having memory issues?

I'm running a DirectoryPress theme on one of my sites using the following plugins:

Login Lockdown
Google XML
Newsletter
WP From Email
Pending Post Notifier
WP Ads Manager

I having issues with uploading images in directory listings..out of memory. I've narrowed it down to the WP Ads Manager plugin. I like the plugin, as it does everything i will need it to once I get in integrated into my website - but I merely have it installed and it's causing issues...


Also, the only plugin I have enabled when experiencing the issue is WP Ads Manager.
#ads #consumption #manager #memory
  • Profile picture of the author kokopelli
    Try increasing the memory limit by editing wp-config.php - e.g. to increase the PHP memory limit to 128MB, add/change to:
    Code:
    define('WP_MEMORY_LIMIT', '128M');
    Note, the maximum memory limit depends on your particular server setup, so the above example may not work for you - you have to experiment a bit.
    Signature
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    {{ DiscussionBoard.errors[5468658].message }}
    • Profile picture of the author Kingfish85
      Originally Posted by kokopelli View Post

      Try increasing the memory limit by editing wp-config.php - e.g. to increase the PHP memory limit to 128MB, add/change to:
      Code:
      define('WP_MEMORY_LIMIT', '128M');
      Note, the maximum memory limit depends on your particular server setup, so the above example may not work for you - you have to experiment a bit.
      Thanks, I've already increased the memory. My php is running at 256M. BUT, increasing the memory isn't a solution for a script using insane amounts of memory at any given time. The WP Ads Manager plugin basically renders anything else useless (specifically uploading pictures from my clients account).

      I may have to find another solution, but the WP Ads Manager did everything I needed out of the box and it's not even running anything yet, literally only installed & activated the plugin.
      Signature

      |~| VeeroTech Hosting - sales @ veerotech.net
      |~| High Performance CloudLinux & LiteSpeed Powered Web Hosting
      |~| cPanel & WHM - Softaculous - Website Builder - R1Soft - SpamExperts
      |~| Visit us @veerotech Facebook - Twitter - LinkedIn

      {{ DiscussionBoard.errors[5469128].message }}

Trending Topics