mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 17:30:19 +00:00
change the default memory size for diskless node to be 4G from 512M
This commit is contained in:
@ -2573,7 +2573,7 @@ sub adopt {
|
||||
if ($confdata->{vm}->{$node}->[0]->{memory}) {
|
||||
$addmemory{$target}+=getUnits($confdata->{vm}->{$node}->[0]->{memory},"M",1024);
|
||||
} else {
|
||||
$addmemory{$target}+=getUnits("512","M",1024);
|
||||
$addmemory{$target}+=getUnits("4096","M",1024);
|
||||
}
|
||||
$hyphash{$target}->{nodes}->{$node}=1;
|
||||
delete $orphash->{$node};
|
||||
|
Reference in New Issue
Block a user