Skip to content
Snippets Groups Projects
Commit 07383e7e authored by David G. Quintas's avatar David G. Quintas Committed by GitHub
Browse files

Revert "Revert "Reduce memory bloat (each server cq is very expensive)""

parent 4f4b278b
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ class ServerBuilder {
struct SyncServerSettings {
SyncServerSettings()
: num_cqs(GPR_MAX(gpr_cpu_num_cores(), 4)),
: num_cqs(1),
min_pollers(1),
max_pollers(INT_MAX),
cq_timeout_msec(1000) {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment