Commit e7e569e9 authored by Anton Likhtarov's avatar Anton Likhtarov Committed by facebook-github-bot-4

Easy: disable guard pages by default

Summary: Mcrouter still enables these by default.  Tracking down a perf regression in another code path that uses fibers.

Reviewed By: @JohnRambo

Differential Revision: D2320772
parent d7eea493
......@@ -87,7 +87,7 @@ class FiberManager : public ::folly::Executor {
/**
* Protect limited amount of fiber stacks with guard pages.
*/
bool useGuardPages{true};
bool useGuardPages{false};
constexpr Options() {}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment