"opcache" 경고 시

"php.ini"를 아래와 같이 수정 합니다.

opcache.enable=1
opcache.interned_strings_buffer=512
opcache.max_accelerated_files=10000
opcache.memory_consumption=2048
opcache.save_comments=1
opcache.revalidate_freq=1


수정본 #1
생성 2023-06-22 01:03:56 UTC, DH Choi
수정 2023-06-25 05:21:56 UTC, DH Choi