KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240
240 has been well tested by Red Hat. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
02120c45b0
commit
757883de41
@ -35,7 +35,7 @@
|
||||
#include <asm/kvm_page_track.h>
|
||||
|
||||
#define KVM_MAX_VCPUS 255
|
||||
#define KVM_SOFT_MAX_VCPUS 160
|
||||
#define KVM_SOFT_MAX_VCPUS 240
|
||||
#define KVM_USER_MEM_SLOTS 509
|
||||
/* memory slots that are not exposed to userspace */
|
||||
#define KVM_PRIVATE_MEM_SLOTS 3
|
||||
|
Loading…
Reference in New Issue
Block a user