investigating memory issues
Build / build (push) Successful in 1m1s
Test / build_and_test (push) Failing after 10m35s

This commit is contained in:
2026-05-06 15:22:02 +02:00
parent da8e0b2716
commit 538106cbba
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -66,6 +66,9 @@ pub const MAX_IMAGE_LEVELS_3D = 12;
pub const MAX_IMAGE_LEVELS_CUBE = 15;
pub const MAX_IMAGE_ARRAY_LAYERS = 2048;
pub const PHYSICAL_DEVICE_HEAP_SIZE = 0x80000000; // 2 GiB
pub const MAX_ALLOCATION_COUNT = 4096;
pub const std_options = base.std_options;
comptime {