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

Commit 77e90072 authored by Tej Singh's avatar Tej Singh Committed by android-build-merger
Browse files

Increase stats hardware rpc threadpool.

am: 2e477bf5

Change-Id: I60b989a1e320e9f1317d6082d6175dcf29a0873f
parents 9914485e 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*/);