castris
Verified User
HI
I can't find how to work on modifying the PHP memory value for version X, but for CLI.
The problem is clear:
The WordPress Manager tool uses wp-cli and it is limited to 128MB.
Usr like use WordPress Manager, and in his domain has memory_limit for version PHP that use.
But Manager and shell, use php -cli and this, has limita to 128M
Any solution ?
I can't find how to work on modifying the PHP memory value for version X, but for CLI.
The problem is clear:
The WordPress Manager tool uses wp-cli and it is limited to 128MB.
Code:
❯ wp PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 47526080 bytes) in /home/unilanges/domains/MYDOMAIN.ES/public_html/wp-includes/class-wpdb.php on line 2320 Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 47526080 bytes) in /home/unilanges/domains/MYDOMAIN.ES/public_html/wp-includes/class-wpdb.php on line 2320 PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 47526080 bytes) in /home/unilanges/domains/MYDOMAIN.ES/public_html/wp-includes/class-wpdb.php on line 2320 Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 47526080 bytes) in /home/unilanges/domains/MYDOMAIN.ES/public_html/wp-includes/class-wpdb.php on line 2320
Usr like use WordPress Manager, and in his domain has memory_limit for version PHP that use.
But Manager and shell, use php -cli and this, has limita to 128M
Any solution ?