diff --git a/level_zero/core/source/cmdqueue/cmdqueue_imp.h b/level_zero/core/source/cmdqueue/cmdqueue_imp.h index cdf8104800..1bde1703b6 100644 --- a/level_zero/core/source/cmdqueue/cmdqueue_imp.h +++ b/level_zero/core/source/cmdqueue/cmdqueue_imp.h @@ -99,7 +99,7 @@ struct CommandQueueImp : public CommandQueue { void postSyncOperations(bool hangDetected); - static constexpr uint32_t defaultCommandListStateChangeListSize = 32; + static constexpr uint32_t defaultCommandListStateChangeListSize = 10; struct CommandListDirtyFlags { bool propertyScmDirty = false; bool propertyFeDirty = false;