Default memory limit is 40M. Some plugins require a higher setting.
- WPML: 128M
- Memory Limit in Antagonist User » Select PHP version » Show PHP
settings » Change to 128M » Apply » Save
- OR ALTERNATIVELY
Add this to wp-config.php:
define('WP_MEMORY_LIMIT', '128M');
Code language: JavaScript (javascript)