mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 06:44:23 +01:00
s390x: dimm not supported
Dimm is not supported on s390x Fixes: #106 Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
This commit is contained in:
@@ -1761,7 +1761,9 @@ func (config *Config) appendMemoryKnobs() {
|
||||
if config.Memory.Size == "" {
|
||||
return
|
||||
}
|
||||
|
||||
if !isDimmSupported() {
|
||||
return
|
||||
}
|
||||
var objMemParam, numaMemParam string
|
||||
dimmName := "dimm1"
|
||||
if config.Knobs.HugePages {
|
||||
|
||||
Reference in New Issue
Block a user