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
- history
- comic agile
- Book review
- Programming
- agile
- QT
- program
- web
- programming_book
- Linux
- Software Engineering
- management
- Malaysia
- Spain
- France
- erlang
- django
- ubuntu
- RFID
- Java
- Kuala Lumpur
- hadoop
- MySQL
- leadership
- Python
- essay
- Italy
- hbase
- psychology
- Book
Archives
- Today
- Total
change ulimit on cent os 본문
http://essayboard.com/2011/05/28/raising-ulimit-on-centos-server/
$ su -
# vi /etc/sysctl.conf
(add fs.file-max = [value] at the end of the file)
# sysctl -p
$ su -
# vi /etc/sysctl.conf
(add fs.file-max = [value] at the end of the file)
# sysctl -p
# vi /etc/security/limits.conf
(add [type] - nofile [value] like below;
hdfs - nofile [value]
hbase - nofile [value]
* - nofile [value]
# ulimit -n [value]
# ulimit -n
Comments