Home Forums Weaver Xtreme Theme Trying to fix “Warning! Your WP host server has only 32M of PHP Memory.” Reply To: Trying to fix “Warning! Your WP host server has only 32M of PHP Memory.”

#68035
Weaver
Keymaster

If you need more technical info, the 32MB limit displayed by the Weaver Xtreme report is obtaimed with the following PHP statement:

$memlim = get_cfg_var( ‘memory_limit’ );

That ‘memory_limit’ is imposed on how your host has PHP set up at its global level. All those other values may be from values that are set for your own account, but are superseded by the host server ‘memory_limit’ value.