MongoDB 운용시 권장 ulimit 값.
-f (file size): unlimited
-t (cpu time): unlimited
-v (virtual memory): unlimited
-n (open files): 64000
-m (memory size): unlimited
-u (processes/threads): 32000
[참조]
http://docs.mongodb.org/manual/reference/ulimit/
'DataBase' 카테고리의 다른 글
[MongoDB] 사용자 관리 (User Administration) (0) | 2014.12.24 |
---|---|
[MongoDB] shell에서 timestamp를 Date 형태로 출력 (print timestamp to date) (0) | 2014.12.11 |
[MongoDB] batchInsert시 current batch size is too large: 에러 발생 (0) | 2014.02.26 |
[MongoDB] MongoDB의 낙장불입. (0) | 2014.02.13 |
[MongoDB] shard간 chunk 이동 (migrate chunks) (0) | 2014.02.13 |