From c4e1e291ac9350fbd87b1f1af717e3afd9f013c2 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 8 Nov 2016 07:39:21 +0100 Subject: [PATCH] Extend number of work threads to 8 --- src/anbox/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/anbox/runtime.h b/src/anbox/runtime.h index 8eb5a83..5d3d75a 100644 --- a/src/anbox/runtime.h +++ b/src/anbox/runtime.h @@ -35,7 +35,7 @@ class Runtime : public DoNotCopyOrMove, public std::enable_shared_from_this { public: // Our default concurrency setup. - static constexpr const std::uint32_t worker_threads = 2; + static constexpr const std::uint32_t worker_threads = 8; // create returns a Runtime instance with pool_size worker threads // executing the underlying service.