์์ธ
java.lang.OutofMemoryError: unable to create new native thread
๋ฆฌ๋ ์ค์์ ElasticSearch๋ฅผ ์ค์นํ๊ณ ์คํํ๋ ค๋๋ฐ ์์ ๊ฐ์ ์๋ฌ๊ฐ ๋ฐ์ํ์์ต๋๋ค.
๋ฆฌ๋ ์ค์์๋ OS์์์ ์ฐ๋ ๋ ์ ํ ์ค์ ์ด ๊ฑธ๋ ค์์ต๋๋ค.
unlimit -a ๋ช ๋ น์ด๋ก soft์ process๋ฅผ ๋ณผ ์ ์์ต๋๋ค.
[root@femarketWEB default]# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 15026
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 65535
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 15026
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
unlimit -aH ๋ช ๋ น์ด๋ก soft ๋ช ๋ น์ด ๋ค์ H(Hard)๋ฅผ ๋ถ์ฌ์ฃผ๋ฉด hard์ process ๋ํ ๋ณผ ์ ์์ต๋๋ค.
[root@femarketWEB default]# ulimit -aH
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 15026
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 65535
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) 15026
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
ํ์๋๋ ์ฐ๋ ๋๊ฐ ์ง์ ๋ ์ฐ๋ ๋์ ๊ฐฏ์(15026)๋ณด๋ค ๋ง์์ ธ์ ๋ ์ด์ ์ฐ๋ ๋๋ฅผ ์์ฑํ ์ ์์ด ๋ฐ์ํ ์๋ฌ์ ๋๋ค.
max user processes ์์ ํด์ฃผ๊ธฐ
๊ธฐ์กด์๋ /etc/security/limits.conf์์ ์์ ํ ์ ์์์ง๋ง ๋ ์ด์ ์ฌ๊ธฐ์ ํ ์ ์๋ค๊ณ ํฉ๋๋ค.
๋ฐ๋ผ์ ์์ผ๋ก max user processes๋ ์๋ ์์น์์ ์์ ํด์ฃผ์ด์ผ ํฉ๋๋ค.
[root@femarketWEB default]# cd /etc/security/limits.d
[root@femarketWEB limits.d]# ll
total 4
-rw-r--r--. 1 root root 192 Aug 10 14:38 20-nproc.conf
vi ์๋ํฐ๋ก ์์ ํด์ฃผ๋ฉด ๋ฉ๋๋ค.
์์ ํ๊ณ ์ฌ๋ถํ ํ ํ ulimit -a ๋ช ๋ น์ด๋ก ํ์ธํ๋ฉด ์ ์ฉ์ด ์๋๊ฒ์ ๋ณผ ์ ์์ต๋๋ค. ์๋ฒ ์คํ์ ๋ฐ๋ผ 65535๊ฐ๋ฅผ ์ค์ ํ์ง๋ง ์ด๋ณด๋ค ์ ๊ฒ ์์ฑ๋ ์๋ ์์ต๋๋ค.