From 1c4e666aef045b3aa5eb9999e66b44db00cd47c7 Mon Sep 17 00:00:00 2001 From: Yury Kylulin Date: Mon, 21 Jun 2021 15:55:22 +0300 Subject: Add support for multisocket memory reservation Automatic detection of allowed NUMA nodes for memory allocation added to Kubernetes environment. Signed-off-by: Yury Kylulin Change-Id: I4f8b2f64971d43414bbd290f7fcbc6210c1d6d71 --- VNFs/DPPD-PROX/helper-scripts/rapid/rapid_generator_machine.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/rapid_generator_machine.py') diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_generator_machine.py b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_generator_machine.py index 5d6916a7..f4c89ceb 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_generator_machine.py +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/rapid_generator_machine.py @@ -121,8 +121,6 @@ class RapidGeneratorMachine(RapidMachine): # Start the generator with the -e option so that the cores don't # start automatically super().start_prox('-e') - if self.vim in ['kubernetes']: - self.remap_all_cpus() def set_generator_speed(self, speed): # The assumption is that we only use task 0 for generating -- cgit 1.2.3-korg