Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit e461308

Browse files
authored
HeronPy: Add missing TOPOLOGY_CONTAINER_MAX_RAM_HINT (#3544)
TOPOLOGY_CONTAINER_MAX_RAM_HINT should be there for FirstFitDecreasingPacking
1 parent 8057559 commit e461308

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

heronpy/api/api_constants.py

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ class TopologyReliabilityMode(object):
6767
# Amount of disk per container to be reserved for this topology, in bytes.
6868
TOPOLOGY_CONTAINER_DISK_REQUESTED = "topology.container.disk"
6969
# Hint for max amount of RAM per container to be reserved for this topology, in bytes.
70+
TOPOLOGY_CONTAINER_MAX_RAM_HINT = "topology.container.max.ram.hint"
71+
# Hint for max amount of CPU per container to be reserved for this topology, in bytes.
7072
TOPOLOGY_CONTAINER_MAX_CPU_HINT = "topology.container.max.cpu.hint"
7173
# Hint for max amount of disk per container to be reserved for this topology, in bytes.
7274
TOPOLOGY_CONTAINER_MAX_DISK_HINT = "topology.container.max.disk.hint"

0 commit comments

Comments
 (0)