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 |
Tags
- Docker
- ubuntu
- 1.10
- CUDA
- patch
- LUSTRE
- Kernel
- rhel
- 1.9
- Cray
- CPU
- SLURM
- AMD
- Linux
- HPFSS
- hpcm패치
- HPCM
- Singularity
- PFSS
- java
- Source
- top500
- GPU
- nvidia
- infiniband
- conda
- build
- HPE
- gpfs
- rocm
Archives
- Today
- Total
HPE CRAY 자료 공유
자주 사용하는 Linux 명령어 모음 본문
- Linux Openfile 개수
# cat /proc/sys/fs/file-nr |
- drop_caches
pagecache cache clear
# echo 1 > /proc/sys/vm/drop_caches |
dentries, inodes cache clear
# echo 2 > /proc/sys/vm/drop_caches |
pagecache, dentries, inodes cache clear
# echo 3 > /proc/sys/vm/drop_caches |
'Applications > LINUX' 카테고리의 다른 글
[Build] Environment Modules 5.2.0 (0) | 2023.11.14 |
---|---|
ipmitool 사용법 정리 (1) | 2023.11.14 |
[MLDE] MLDE conda (0) | 2023.03.07 |
[보안팁] 계정이 존재하지 않는 GID 금지 (0) | 2023.03.06 |
[보안팁] root 계정 원격 접속 제한 (0) | 2023.03.06 |