워드프레스 메모리 증설 에러

php_error.log 파일을 보니 맨 하단에

[06-Apr-2023 00:11:49] PHP Fatal error:  Allowed memory size of 805306368 bytes exhausted (tried to allocate 663552 bytes) in /dhbs23/www/wp-includes/functions.php on line 5279

에러가 발생합니다.

 

 

 

function wp_ob_end_flush_all() {

    $levels = ob_get_level();

    for ( $i = 0; $i < $levels; $i++ ) {

        ob_end_flush();

    }

}

 

 

해당 소스가 누수가 발생된듯한데요.. 이걸 삭제해도 되는지;; 아니면 다른걸로 추가나 교체 해야하는지해서요 

아시는 고수분 계실까요ㅠㅠ

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기