This is an archive of the discontinued LLVM Phabricator instance.

[scudo] lower quarantine default sizes
ClosedPublic

Authored by cryptoad on May 18 2017, 9:37 AM.

Details

Summary

After discussing the current defaults with a couple of parties, the consensus
is that they are too high. 1Mb of quarantine has about a 4Mb impact on PSS, so
memory usage goes up quickly.
This is obviously configurable, but the default value should be more
"approachable", so both the global size and the thread local size are 1/4 of
what they used to be.

Event Timeline

cryptoad created this revision.May 18 2017, 9:37 AM
This revision is now accepted and ready to land.May 18 2017, 10:54 AM
cryptoad closed this revision.May 18 2017, 2:00 PM