已锁 偶发报错,提示内存不足
楼主
发表于 2026-09-08 21:56
错误如下
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4295229440 bytes) in /wp-includes/theme.php on line 189
function get_stylesheet() {
/**
* Filters the name of current stylesheet.
*
* @since 1.5.0
*
* @param string $stylesheet Name of the current stylesheet.
*/
return apply_filters( 'stylesheet', get_option( 'stylesheet' ) );
}
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4295229440 bytes) in /wp-includes/theme.php on line 325
function get_template() {
/**
* Filters the name of the active theme.
*
* @since 1.5.0
*
* @param string $template active theme's directory name.
*/
return apply_filters( 'template', get_option( 'template' ) );
}
目前通过修改PHP memory_limit解决(128调整为256),还需要继续观察。
没有个性,哪里来的签名