Hello, I am using the WPML plugin on my site. I had some small issues with the plugin and I contacted their support forum. The issues are resolved but they gave me this advice:
Can you please increase your Memory Limit and WP Memory limit to 256M? 128M is the minimum required by WPML.
Your current values are:
– Memory Limit 256M
– WP Memory Limit 40M
Add this code to your wp-config.php to increase WP memory:
/** Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
Paste it just before:
/* That's all, stop editing! Happy blogging. */
These settings can be limited directly by your hosting provider, so I recommend you to contact and ask them to modify them directly. If you can get even higher values It would be great.
*Login to see link
So I asked my hosting service and the increased memory limit to 256M, and that there is no need to change the wp-config.php
I still got on my System Status :
WP Memory Limit: 40 MB
What should I do? Should I change the wp-config.php by myself?
Thanks in advance, GAbi