]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/crimson/seastore/CMakeLists: tune ASan's UAR fake stack size
authorChanyoung Park <chaney.p@kakaoenterprise.com>
Mon, 4 Aug 2025 07:13:24 +0000 (07:13 +0000)
committerChanyoung Park <chaney.p@kakaoenterprise.com>
Thu, 7 Aug 2025 08:21:43 +0000 (08:21 +0000)
commitb9b83498ef80860835d1748a416f9cb409b2b6d6
treea2b4526572687e5dfcc6074953e8160ab8683d3c
parent98e4f8663cd8e5598ffb404f2e26d53316fbc385
test/crimson/seastore/CMakeLists: tune ASan's UAR fake stack size

Avoids severe slowdowns with detect_stack_use_after_return=1.
The root cause is unclear, but ASan's fake stack GC behavior is
suspected. Tuning the UAR (Use-After-Return) fake stack size
(reduced from 64KB–1MB to 64KB) helped delay the onset of the
performance degradation.

Fixes: https://tracker.ceph.com/issues/71704
Signed-off-by: Chanyoung Park <chaney.p@kakaoenterprise.com>
src/test/crimson/seastore/CMakeLists.txt