ΙΤ
Size: a a a
ΙΤ
ΙΤ
АС
ВС
O
ВС
KY
jj
jj
ВС
"java.lang.OutOfMemoryError: Failed to create a thread"
Answer
Refer to the following(in order) to correct this error:
1. Linux has a maximum allowed process per user limit, we can check this using the "ulimit -u" command. If this value is low(default is 1024), then either make it unlimited or raise it to a high value, say 131072. This section is also highlighted as the "max user processes" section in "ulimit -a" output. Use the following command to set it to unlimited:
ulimit -u unlimited
2. Increase the amount of native memory available by lowering the size of the Java heap using the -Xmx option. The process address space not used by the Java heap is available for the native heap usage. Java heap is set in $TOP/bin/conf/service_mem_settings.ini file for the 6 services and as custom_java_options in $TOP/bin/conf/env_settings.ini file for the back end scripts.
3. ...
ВС
"java.lang.OutOfMemoryError: Failed to create a thread"
O
jj
VG
АС
jj
АС
ΙΤ
ΙΤ
АС