Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2312#discussion_r138090061 --- Diff: storm-client/src/jvm/org/apache/storm/Config.java --- @@ -1193,6 +1199,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 -- How does this compare to `supervisor.cpu.capacity`? or the memory capacity? What keys are valid? More explanation here would be good.
---