Set ASAN fiber stack overhead to 4x from 16x
Summary: Originally set in D1315038, 16x overhead for stacksize for ASAN was too pessimistic. The assumption that pre-allocating fiber stacks does not increase process RSS was incorrect. As a result, fiber-heavy services consume way too much memory when ASAN is enabled. Reviewed By: yfeldblum Differential Revision: D33754702 fbshipit-source-id: 7d0f3eb8aff8f3b7d17ac4a4960f5072822df05f
Showing
Please register or sign in to comment