1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-08 21:17:43 +03:00

M #OpenNebula/one#6324: CLEANUP_MEMORY_ON_STOP=no (#2996)

Change default behaviour to avoid running sysctlvm.drop_caches=3 vm.compactmemory=1

This is especially annoying when multiple VMs are rescheduled (onehost flush). Instead of global toggle for memory cleanup per VM we need per host action.
This commit is contained in:
Jan Orel 2024-03-26 13:20:55 +01:00 committed by GitHub
parent 030b577033
commit ba98de237a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ export VIRSH_TIMEOUT=60
#CLEANUP_MEMORY_ON_START=yes
# Compact memory after VM stops
CLEANUP_MEMORY_ON_STOP=yes
CLEANUP_MEMORY_ON_STOP=no
# Uncomment this line to force VM's without ACPI enabled to be destroyed
# on shutdown