As described in #15, a controller that fails to download the configmap from the ixia-c releases (github.com/open-traffic-generator/ixia-c/releases/download/VERSION/ixia-configmap.yaml) tries to locate the resource in the cluster but due to strict memory constraints that results in OOM killed pods frequently. This PR attempts to fix this issue by raising the memory quota limit, which on my cluster worked as well.
As described in #15, a controller that fails to download the configmap from the ixia-c releases (github.com/open-traffic-generator/ixia-c/releases/download/VERSION/ixia-configmap.yaml) tries to locate the resource in the cluster but due to strict memory constraints that results in OOM killed pods frequently. This PR attempts to fix this issue by raising the memory quota limit, which on my cluster worked as well.