Skip to content
Snippets Groups Projects
Commit 05c6dcdc authored by Jing Ji's avatar Jing Ji
Browse files

Turn OFF binder heavy hitter detection by default

It takes ~0.9% system_server CPU time as of now.

Bug: 155522521
Test: Build & Boot
Change-Id: I3ff3d600b7e2bcf70c58a662d50100540dc4272d
parent ddf3f6a1
No related branches found
No related tags found
No related merge requests found
......@@ -4507,7 +4507,7 @@
<integer name="config_pdp_reject_retry_delay_ms">-1</integer>
<!-- Whether or not to enable the binder heavy hitter watcher by default -->
<bool name="config_defaultBinderHeavyHitterWatcherEnabled">true</bool>
<bool name="config_defaultBinderHeavyHitterWatcherEnabled">false</bool>
<!-- The default batch size for the binder heavy hitter watcher -->
<integer name="config_defaultBinderHeavyHitterWatcherBatchSize">2000</integer>
......@@ -4518,7 +4518,7 @@
</item>
<!-- Whether or not to enable the binder heavy hitter auto sampler by default -->
<bool name="config_defaultBinderHeavyHitterAutoSamplerEnabled">true</bool>
<bool name="config_defaultBinderHeavyHitterAutoSamplerEnabled">false</bool>
<!-- The default batch size for the binder heavy hitter auto sampler -->
<integer name="config_defaultBinderHeavyHitterAutoSamplerBatchSize">400</integer>
......
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