Sorry, test failed. There may not be enough memory.
-
Hello!
I’ve installed your plugin today. First, I needed to install ImageMagick Engine on my Windows Server (of course). Tests for ImageMagick were successful but PDF Image Creator wasn’t aware of it until I rebooted the server. That was the first minor issue.
Now I have an error: “Sorry, test failed. There may not be enough memory.”
There is no big load on this server so the memory limit in php.ini was set by default for years, 128 MB. Because of this error I’ve changed memory limit to 768 MB and restarted w3w service (iisreset). PHPINFO shows new setting now, but the error remains.Windows Server 2008 R2 Service Pack 1
8 GB RAM
IIS
PHP Version: 5.4.24
WordPress: 4.1.1
Memory limit: 128MB –> 768 MB (php.ini)Where else should I look for memory settings?
Thank you!
Best Regards,
damyang#########
EDIT 1
#########
a) I tried using 1024M and 2048M as memory_limit in php.ini (still the same issue) Than I reverted to 512M.
b) I added the line below in wp-config.php (still the same issue)
define(‘WP_MEMORY_LIMIT’, ‘512M’);
source: https://tutorials.hostucan.net/how-to-increase-php-memory-limit/
- The topic ‘Sorry, test failed. There may not be enough memory.’ is closed to new replies.