Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b123e83 authored by Tej Singh's avatar Tej Singh Committed by android-build-merger
Browse files

Increase stats hardware rpc threadpool.

am: 2e477bf5

Change-Id: I0f841d5f4c48d28cf72548b77c7ca3e0b62aef5f
parents 6543da36 2e477bf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ int main(int /*argc*/, char** /*argv*/) {
    ps->giveThreadPoolName();
    IPCThreadState::self()->disableBackgroundScheduling(true);

    ::android::hardware::configureRpcThreadpool(1 /*threads*/, false /*willJoin*/);
    ::android::hardware::configureRpcThreadpool(4 /*threads*/, false /*willJoin*/);

    std::shared_ptr<LogEventQueue> eventQueue =
            std::make_shared<LogEventQueue>(2000 /*buffer limit. Buffer is NOT pre-allocated*/);