论坛Kratos-plus主题反馈反馈偶发报错,提示内存不足

已锁 偶发报错,提示内存不足

新手上路 Lv.1
积分: 78
主题: 3
回复: 2
楼主 发表于 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),还需要继续观察。

没有个性,哪里来的签名
新手上路 Lv.1
积分: 78
主题: 3
回复: 2
沙发 · 2 楼 发表于 2026-09-08 21:57

主题名称:Kratos-plus
主题版本:1.1.23
PHP 版本:8.5.9
WordPress 版本:7.1

没有个性,哪里来的签名
新手上路 Lv.1
积分: 78
主题: 3
回复: 2
板凳 · 3 楼 发表于 2026-09-09 16:00

排查后确实是内存不足,不是主题的Bug,主要是功能太多了……

没有个性,哪里来的签名
主题已锁定,禁止回复