Skip to content

Commit

Permalink
Update default CC config doc
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Liberti <kliberti@redhat.com>
  • Loading branch information
kyguy committed Jun 14, 2022
1 parent d1ce2a3 commit 00a9527
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ public class BrokerCapacity {
// CC allows specifying a generic "default" broker entry in the capacity configuration to apply to all brokers without a specific broker entry.
// CC designates the id of this default broker entry as "-1".
public static final int DEFAULT_BROKER_ID = -1;
public static final String DEFAULT_BROKER_DOC = "This is the default capacity. Capacity unit used for disk is in MiB, cpu is in percentage, network throughput is in KiB.";
public static final String DEFAULT_BROKER_DOC = "This is the default capacity. Capacity unit used for disk is in MiB, cpu is in number of cores, network throughput is in KiB.";
public static final String DEFAULT_CPU_CORE_CAPACITY = "1";
public static final String DEFAULT_DISK_CAPACITY_IN_MIB = "100000";
public static final String DEFAULT_INBOUND_NETWORK_CAPACITY_IN_KIB_PER_SECOND = "10000";
Expand Down

0 comments on commit 00a9527

Please sign in to comment.