Github user jpeach commented on the issue:
https://github.com/apache/trafficserver/pull/1050
@canselcik So if you replace ``posix_madvise`` with ``madvise``, whilst
retaining the ``MADV_DONTDUMP`` flag, you observed no increase in memory maps?
One explanation for the difference in memory maps is that
``IOBufferData::alloc()`` does not ``madvise()`` it misses the free list
allocated sizes. However these sizes are larger than the lengths in your trace,
so that's a conundrum. I think a system call trace might be more illuminating?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---