mirror of
https://github.com/microsoft/WSL.git
synced 2026-05-31 05:47:06 -05:00
Change to 32GB default storage space in WSLC SDK (#40516)
* Change to 32GB default storage space
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user