Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

파일 LIMIT 확인 및 변경


열 수 있는 최대 파일 개수를 늘려야 하므로, 아래와 같이 수행한다.

/etc/security/limits.conf 파일을 아래와 같이 수정한다.

sudo vi /etc/security/limits.conf
*       hard   nofile      65535
*       soft   nofile      65535


재부팅한다.

sudo reboot
# 또는 
sudo shutdown -r now

아래 명령어를 실행하여 결과를 확인한다. 65535 가 출력되면 성공적으로 변경된 것이다.

ulimit -Sn


서버 시간 동기화


각 Host 간 서버 시간을 동기화해야 한다. 이미 동기화를 하고 있다면 확인 차원에서 점검하도록 하자.


네트워크 커널 파라미터 변경



사용자 생성


  • No labels