Open
Description
I use mimalloc on the arm64 platform. When I use kill -11 to make the process generate a coredump file, the size of this coredump file is more than double that of not using mimalloc.
The first line below is the coredump file generated using mimalloc, and the second line is the coredump file generated without mimalloc:
`
-rw-------. 1 root root 2.9G 1月 1 2024 core-perception-4598-1704038613
-rw-------. 1 root root 1023M 1月 1 2024 core-perception-4666-1704039050
`
This affects our normal debugging and use. Is there any solution?
Metadata
Metadata
Assignees
Labels
No labels
Activity