diff --git a/cmds/statsd/src/main.cpp b/cmds/statsd/src/main.cpp index cd9c4e5b947b8..03b178a989eba 100644 --- a/cmds/statsd/src/main.cpp +++ b/cmds/statsd/src/main.cpp @@ -76,7 +76,7 @@ int main(int /*argc*/, char** /*argv*/) { ABinderProcess_startThreadPool(); std::shared_ptr eventQueue = - std::make_shared(2000 /*buffer limit. Buffer is NOT pre-allocated*/); + std::make_shared(4000 /*buffer limit. Buffer is NOT pre-allocated*/); // Create the service gStatsService = SharedRefBase::make(looper, eventQueue);