reduce static memory usage

fixes #13217
This commit is contained in:
dragmz
2017-11-23 21:16:18 +01:00
committed by GitHub
parent 3a33725014
commit b20bb8615f

View File

@@ -302,7 +302,7 @@ class CommandQueueMT {
/***** BASE *******/
enum {
COMMAND_MEM_SIZE_KB = 256 * 1024,
COMMAND_MEM_SIZE_KB = 256,
COMMAND_MEM_SIZE = COMMAND_MEM_SIZE_KB * 1024,
SYNC_SEMAPHORES = 8
};