HDFS-12262. Ozone: KSM: Reduce default handler thread count from 200. Contributed by Ajay Yadav.

This commit is contained in:
Xiaoyu Yao 2017-08-05 16:01:40 -07:00 committed by Owen O'Malley
parent bb5f1c4228
commit b4aecc1009
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ private KSMConfigKeys() {
public static final String OZONE_KSM_HANDLER_COUNT_KEY =
"ozone.ksm.handler.count.key";
public static final int OZONE_KSM_HANDLER_COUNT_DEFAULT = 200;
public static final int OZONE_KSM_HANDLER_COUNT_DEFAULT = 20;
public static final String OZONE_KSM_ADDRESS_KEY =
"ozone.ksm.address";