diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 2c9113fa..4e0d90b5 100755 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -29,7 +29,7 @@ namespace tracy { -static moodycamel::ConcurrentQueue s_queue; +static moodycamel::ConcurrentQueue s_queue( QueueItemSize * 64 * 1024 ); static moodycamel::ProducerToken& GetToken() {