Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2385#discussion_r149143264
--- Diff: storm-client/src/jvm/org/apache/storm/Config.java ---
@@ -1281,6 +1287,12 @@
public static final String SUPERVISOR_CPU_CAPACITY =
"supervisor.cpu.capacity";
/**
+ * A map of resources the Supervisor has e.g {"cpu" : 200.0.
"memory.capacity.mb": 256.0, "gpu" : 0.5 }
--- End diff --
Same here for `cpu` and `gpu` resource examples.---
