Skip to content

Commit 01c4b7b

Browse files
committed
other: update default config value
1 parent 0fa3a0d commit 01c4b7b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/resources/defaultConfig.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,16 +251,17 @@ EnableModel = 1
251251
EnableModelShadow = 1
252252
; Toggles debug mode for the renderer (except OpenGL ES 3.2)
253253
; More error info will be printed but it will impact performance.
254+
; Vulkan SDK is required for printing Vulkan Validation error in Vulkan mode
254255
RendererDebugMode = 0
255256
; Maximum image size (in KB) that will be suballocated from a shared memory pool
256257
; instead of receiving a dedicated allocation. Set to 0 to disable suballocation.
257258
; Smaller values reduce memory overhead but may not pool many textures.
258259
; Larger values pool more textures but may waste memory in partially-filled blocks.
259-
ImageSuballocThresholdKB = 256
260+
ImageSuballocThresholdKB = 1024
260261
; Size (in MB) of each memory block in the suballocation pool.
261262
; Smaller blocks reduce waste for sparse workloads; larger blocks reduce allocation calls.
262263
; Automatically capped to 25% of the GPU's device-local memory heap.
263-
ImageSuballocBlockSizeMB = 64
264+
ImageSuballocBlockSizeMB = 128
264265

265266
; -------------------------------------------------------------------------------
266267
; Sound configuration

0 commit comments

Comments
 (0)