mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Merge pull request #227 from GaborApatiNagy/CA-147368
CA-147368: Increase DEFAULT_NUM_VBDS_ALLOWED to 16
This commit is contained in:
commit
98af6dc556
@ -57,7 +57,7 @@ namespace XenAPI
|
||||
// or different XenServer versions.
|
||||
private const int DEFAULT_NUM_VCPUS_ALLOWED = 16;
|
||||
private const int DEFAULT_NUM_VIFS_ALLOWED = 7;
|
||||
private const int DEFAULT_NUM_VBDS_ALLOWED = 7;
|
||||
private const int DEFAULT_NUM_VBDS_ALLOWED = 16;
|
||||
public const long DEFAULT_MEM_ALLOWED = 128 * Util.BINARY_GIGA;
|
||||
public const int DEFAULT_CORES_PER_SOCKET = 1;
|
||||
private SnapshotsView _snapshotView = SnapshotsView.None;
|
||||
|
Loading…
Reference in New Issue
Block a user