Tag: ram

(2 Drehbücher)

<< Zurück zur Skript-Bibliothek
Dieses Skript ändert die Ressourcenzuweisung einer bestimmten vSphere-VM. Standardmäßig wird die Zuweisung um einen 'SharesLevel' für CPU, HDD, Speicher oder alle drei erhöht.
Wenn der SharesLevel für eine Ressource "Benutzerdefiniert" ist, wird dieser nicht geändert. ALLE Festplatten werden auf einen neuen SharesLevel gesetzt, der auf dem aktuellen Level der ERSTEN Festplatte basiert. Beispiel: Das Skript ist für alle Ressourcen auf "Stufe erhöhen" eingestellt:
CPU SharesLevel 'Normal' ---> CPU ShareLevel 'High'
Memory SharesLevel 'Custom' ---> Memory SharesLevel 'Custom'
ERSTE HDD SharesLevel 'Low', ZWEITE HDD SharesLevel 'Normal' ---> ALLE HDD SharesLevel 'Normal'
Version: 1.0.2 -   Erstellt: 2019-03-19 -   Geändert: 2019-03-19
Set the page file to a specific drive or full path and its initial and maximum sizes. If the sizes are not specified, or specified as zero, then the page file sizes will be system managed. If the page file location is empty or set to "auto" then the page file will be automatically managed.
A reboot will be required for the changes to take effect.
Argumente:
Page File Location - Either a drive, drive and folder or empty or set to "auto" where the latter two will result in the page file being automatically managed
Initial Size - The initial size of the page file in MB. If zero then sizes will be system managed.
Maximum Size - The maximum size of the page file in MB. If zero then sizes will be system managed.
Version: 1.3.9 -   Erstellt: 2018-10-14  •   Geändert: 2018-11-26