You cannot see this page without javascript.

php opcache 설치

APM 조회 수 1612 추천 수 0 2016.10.14 13:47:58

php 컴파일시에 다음의 옵션을 추가하고 컴파일을 진행한다.

 

--enable-opcache

 

 

php 설치후 다음과 같이 확장모듈이 생성 된다.

 

/php설치경로/extensions/no-debug-zts-20151012/opcache.so

 

 

php.ini 에 다음과 같이 추가하여 확장 모듈을 적용하자.

 

zend_extension=/php설치경로/extensions/no-debug-zts-20151012/opcache.so

 

 

모듈 적용 후 php 환경설정에 다음과 같이 opcache 설정을 하자

 

[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.use_cwd=1
opcache.validate_timestamps=1
opcache.revalidate_freq=60
opcache.save_comments=1
opcache.fast_shutdown=1
opcache.enable_file_override=0

 

 

위에 작성 된 설정은 본인의 서버환경에 맞춰 적용하여야 하겠다.

opcache 적용 후 웹서버를 리스타트 하고 phpinfo를 확인해보면 다음과 같이 적용되었음을 확인할 수 있다.

 

001.png

 

태그
첨부
엮인글 :
List of Articles
번호 제목 글쓴이 날짜 조회 수
369 APM mariadb download origin address LynX 2019-06-19 1989
368 APM What one can and should optimize LynX 2019-06-03 1415
367 CentOS mariadb install LynX 2019-05-31 1179
366 CentOS init mode change LynX 2019-05-30 1288
365 APM ext zip install LynX 2019-02-19 1612
364 APM ext ImageMagick install LynX 2019-02-19 511
363 3D Printer Pronterface(PrintRun) install file LynX 2018-09-13 753
362 CentOS Grub UUID change LynX 2018-08-08 867
361 Linux letsencrypt wildcard LynX 2018-07-26 798
360 Printer cura usb connection LynX 2018-07-06 666
359 CentOS cli 무선랜 LynX 2018-06-07 446
358 APM 윈도우에 APM 페키지 설치 file LynX 2018-05-04 586
357 APM MySQLTuner 설치 LynX 2018-04-27 544
356 CentOS CentOS7 커널 업데이트 LynX 2018-04-23 699
355 HTML Tag CSS 여러가지 모양 만들기 LynX 2018-02-08 771
354 Linux wkhtmltopdf wkhtmltoimage install LynX 2018-01-31 602
353 APM LZ4_LIBS Not Found (CentOS7, MariaDB 10.1.29) LynX 2018-01-03 485
352 APM mysql ./configure LynX 2017-12-15 804
351 APM PHP-7.2.0 LynX 2017-12-12 3157
350 Linux libiconv LynX 2017-12-08 558

XE Login