diff --git a/driver/command.c b/driver/command.c index 9c3049e..69d81c3 100644 --- a/driver/command.c +++ b/driver/command.c @@ -52,7 +52,7 @@ VKAPI_ATTR VkResult VKAPI_CALL RPIFUNC(vkCreateCommandPool)( //initial number of command buffers to hold int numCommandBufs = 128; int consecutiveBlockSize = ARM_PAGE_SIZE; - int consecutiveBlockNumber = 64; + int consecutiveBlockNumber = 256; int consecutivePoolSize = consecutiveBlockNumber * consecutiveBlockSize; static int counter = 0;