YARN-5904. Reduce the number of default server threads for AMRMProxyService.
(cherry picked from commit 140b9939da
)
This commit is contained in:
parent
a8ad6b6171
commit
e5a5a5a618
|
@ -1706,7 +1706,7 @@ public class YarnConfiguration extends Configuration {
|
|||
|
||||
public static final String AMRM_PROXY_CLIENT_THREAD_COUNT = NM_PREFIX
|
||||
+ "amrmproxy.client.thread-count";
|
||||
public static final int DEFAULT_AMRM_PROXY_CLIENT_THREAD_COUNT = 25;
|
||||
public static final int DEFAULT_AMRM_PROXY_CLIENT_THREAD_COUNT = 3;
|
||||
|
||||
public static final String AMRM_PROXY_INTERCEPTOR_CLASS_PIPELINE =
|
||||
NM_PREFIX + "amrmproxy.interceptor-class.pipeline";
|
||||
|
|
Loading…
Reference in New Issue