LINUX OPEN FILES SIZE 조절
/etc/security/limits.conf
* soft nofile 20480
* hard nofile 20480
* hard nofile 20480
– 재부팅 못할때는 아래 명령어로 바로 적용
ulimit -S -c 0 > /dev/null 2>&1
ulimit -n 20480
ulimit -n 20480
LINUX OPEN FILES SIZE 조절
/etc/security/limits.conf
– 재부팅 못할때는 아래 명령어로 바로 적용
서버 시리얼 정보 확인이 필요할 때,
[리눅스]
dmidecode -t 1 | grep ‘Serial Number’
[윈도우]
wmic bios get serialnumber