Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- RHEL
- Audit Log
- Python
- Kubernetes
- centos 7.5
- JSON
- zabbix
- Chrome
- bash
- GNOME
- 빅데이터
- yum
- K8S
- audit
- Shell
- 파이썬
- syslog
- log
- Elk
- docker
- 서울시민카드
- 크롬
- C
- PostgreSQL
- Elasticsearch
- CentOS
- rsyslog
- GPU
- Linux
- 디렉토리
Archives
- Today
- Total
Sysops Notepad
[Liunx] 캐시 메모리 삭제(해제) 본문
728x90
기본값
[root@ ~]# cat /proc/sys/vm/drop_caches
0
buffers/cached 캐시 삭제
echo 3 > /proc/sys/vm/drop_caches
참고
- 0: 기본 (캐시 메모리를 drop하지 않음)
- 1: 페이지 캐시 해제
- 2: dentry, inode 캐시 해제
- 3: 페이지, dentry, inode 캐시 해제
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] resolv.conf 파일 초기화 막기 (0) | 2022.05.06 |
---|---|
[Linux] 오늘 생성한 파일 확인하기 (0) | 2022.05.06 |
[Linux] ls 명령어로 파일/디렉토리 전체 날짜 표시하기 (0) | 2022.05.06 |
SSL/TLS 통신 과정 상세보기 (0) | 2022.04.12 |
Java log4j 취약점 발견 및 참고 자료(CVE-2021-44228) (0) | 2021.12.11 |
Comments