일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 시놀로지
- PHP-FPM
- 자바스크립트
- SKT
- 아파치
- 리눅스
- 복현오거리
- OpenWrt
- 스톤에이지
- jQuery
- 라즈베리파이2
- 윈도우10
- iptime
- ConoHa
- 가상서버호스팅
- 티스토리
- mysql
- KB국민카드
- Apache
- 보르비스초월
- 알리익스프레스
- centos
- KB증권
- proxmox
- php
- 알뜰폰
- 킹북이초월
- 소비전력
- Rocky
- 램가스초월
- Today
- Total
맛집 여행 캠핑 일상 생활
아파치 RLimitCPU RLimitMEM RLimitNPROC 본문
728x90
Apache CPU 제한 옵션 ( 점유율인 줄 알았는데 시간제한인 것 같다. )
RLimitCPU Directive
Description: | Limits the CPU consumption of processes launched by Apache children |
---|---|
Syntax: | RLimitCPU seconds|max [seconds|max] |
Default: | Unset; uses operating system defaults |
Context: | server config, virtual host, directory, .htaccess |
Override: | All |
Status: | Core |
Module: | core |
메모리 제한 옵션 ( 제한을 걸면 좋긴하겠지만 메모리를 많이 먹는 부분에서는 에러가 날 것 같다. )
RLimitMEM Directive
Description: | Limits the memory consumption of processes launched by Apache children |
---|---|
Syntax: | RLimitMEM bytes|max [bytes|max] |
Default: | Unset; uses operating system defaults |
Context: | server config, virtual host, directory, .htaccess |
Override: | All |
Status: | Core |
Module: | core |
프로세스 갯수 제한 옵션 ( VirtualHost 에서 사용하면 유용할 것 같다.)
RLimitNPROC Directive
Description: | Limits the number of processes that can be launched by processes launched by Apache children |
---|---|
Syntax: | RLimitNPROC number|max [number|max] |
Default: | Unset; uses operating system defaults |
Context: | server config, virtual host, directory, .htaccess |
Override: | All |
Status: | Core |
Module: | core |
728x90
반응형
'LAMP' 카테고리의 다른 글
MySQL group_concat 함수 (0) | 2016.02.16 |
---|---|
PHP String 과 관련된 함수들 (0) | 2016.02.15 |
아파치 Deflate Expires 설정으로 트래픽 줄이기 (0) | 2016.02.05 |
아파치 mod_cache 설정 (0) | 2016.02.05 |
리눅스 WebDAV 설정하기 (0) | 2016.02.05 |
Trackback : | Comments :