Github user gtenev commented on the issue:
https://github.com/apache/trafficserver/pull/868
@PSUdaemon, tested the change and it seems it worked.
WITHOUT the fix:
```
Per-node process memory usage (in MBs) for PID 33486 ([ET_NET 0])
Node 0 Node 1 Total
--------------- --------------- ---------------
Huge 0.00 0.00 0.00
Heap 0.00 0.00 0.00
Stack 1.10 1.93 3.04
Private 188774.40 58365.61 247140.01
---------------- --------------- --------------- ---------------
Total 188775.50 58367.55 247143.05
```
WITH the fix:
```
Per-node process memory usage (in MBs) for PID 19187 ([ET_NET 0])
Node 0 Node 1 Total
--------------- --------------- ---------------
Huge 0.00 0.00 0.00
Heap 0.00 0.00 0.00
Stack 1.05 0.58 1.63
Private 117512.30 118122.88 235635.18
---------------- --------------- --------------- ---------------
Total 117513.35 118123.46 235636.80
```
---
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.
---