]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
BackTrace: reduce the array max number to 32
authorXiubo Li <xiubli@redhat.com>
Mon, 15 Mar 2021 06:21:04 +0000 (14:21 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 17 Mar 2021 04:58:45 +0000 (12:58 +0800)
commite93c256a3cde869466d496d83e5f0f84a8d3d88d
treea5b5b49c06b39775f89a5bb1715f1cad95d98535
parent84801a00345c34bc531f00961a8a7b675b2a58ca
BackTrace: reduce the array max number to 32

32 should be enough for almost most case, even the call trace depth
could larger than 32 but usually that could include the useful info
needed.

This could help save memories.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/common/BackTrace.h