diff options
author | 2021-06-21 15:55:22 +0300 | |
---|---|---|
committer | 2021-06-21 15:55:22 +0300 | |
commit | 1c4e666aef045b3aa5eb9999e66b44db00cd47c7 (patch) | |
tree | e9af14bf4eee842c132a65cc31d1ccfa744d1f80 /VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml | |
parent | ee88ec7c4efce90527d4e77d50a872fa6a1382f5 (diff) |
Add support for multisocket memory reservation
Automatic detection of allowed NUMA nodes for memory allocation
added to Kubernetes environment.
Signed-off-by: Yury Kylulin <yury.kylulin@intel.com>
Change-Id: I4f8b2f64971d43414bbd290f7fcbc6210c1d6d71
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml b/VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml index 6d5e8205..9e269f60 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/pod-rapid.yaml @@ -17,12 +17,12 @@ spec: name: hugepages resources: requests: - hugepages-2Mi: 512Mi + hugepages-2Mi: 1Gi memory: 1Gi cpu: 8 intel.com/intel_sriov_vfio: '1' limits: - hugepages-2Mi: 512Mi + hugepages-2Mi: 1Gi memory: 1Gi cpu: 8 intel.com/intel_sriov_vfio: '1' |