Server

[아파치 error.log] Fatal Error Unable to reattach to base address

by Progress posted Mar 25, 2016
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

아파치 error.log 안에 이런 내용이 있다.

Fri Mar 25 01:52:55 2016 (9872): Fatal Error Unable to reattach to base address

 

윈도우 php에는 한줄삽입이 필요하다.???

php.ini

opcache.mmap_base = 0x20000000 ; (Windows only) fix OPcache crashes with event id 487

[Reference] : Progress, 「우린친구블로그 - [아파치 error.log] Fatal Error Unable to reattach to base address」 http://urin79.com/?mid=blog&document_srl=20654856.

 

 

 

opcache.mmap_base = 

opcache.mmap_base string

Windows상에서 공유 메모리·세그먼트에 사용되는 기저. 모든 PHP처리는 공유 메모리를 같은 주소 공간에 매핑 해야 합니다. 이 지시문을 사용하면,"Unable to reattach to base address"(기저 어드레스 다시 어 터치할 수 없습니다)라는 오류를 복구합니다.

2.png

 

zend_extension = ext/php_opcache.dll
opcache.enable=1
opcache.memory_consumption=256
opcache.interned_strings_buffer=12
opcache.max_accelerated_files=16000
opcache.enable_file_override=1
;opcache.validate_timestamps=0
opcache.save_comments=0
opcache.load_comments=0
;opcache.error_log=Z:/TMP/opcache.log
;opcache.log_verbosity_level=3
; If something does not work in Moodle
opcache.revalidate_path = 1 ; May fix problems with include paths
opcache.mmap_base = 0x20000000 ; (Windows only) fix OPcache crashes with event id 487   

 


Articles

21 22 23 24 25