Change to 32GB default storage space in WSLC SDK (#40516)

* Change to 32GB default storage space
This commit is contained in:
JohnMcPMS
2026-05-12 16:22:36 -07:00
committed by GitHub
parent af192038e0
commit 06ebfde3de

View File

@@ -18,5 +18,5 @@ constexpr uint32_t s_DefaultCPUCount = 2;
constexpr uint32_t s_DefaultMemoryMB = 2000;
// Maximum value per use with HVSOCKET_CONNECT_TIMEOUT_MAX
constexpr ULONG s_DefaultBootTimeout = 300000;
// Default to 1 GB
constexpr UINT64 s_DefaultStorageSize = 1000 * 1000 * 1000;
// Default to 32 GB
constexpr UINT64 s_DefaultStorageSize = 32ULL * 1024 * 1024 * 1024;