-
kyuubi server 设置了4G的内存,使用了几天之后,kyuubi server 出现了out of memory的问题,请问是内存设置不够吗?还有内存有泄漏的问题
|
Beta Was this translation helpful? Give feedback.
Answered by
akizminet
Jul 20, 2022
Replies: 2 comments 5 replies
-
Which version you are using? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I had the same issue when starting many spark engines in yarn-client mode.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
yaooqinn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same issue when starting many spark engines in yarn-client mode.
Increase max number of processes in
/etc/security/limits.conf
fixed it.