Peter Wu
changed
bug 12839
What |
Removed |
Added |
Status |
CONFIRMED
|
RESOLVED
|
CC |
|
[email protected]
|
Resolution |
---
|
WORKSFORME
|
Comment # 1
on bug 12839
from Peter Wu
Memory usage is not excessive for me on v2.3.0rc0-617-gae7c4ad
WIRESHARK_DEBUG_SP_NO_CHUNKS=1 WIRESHARK_DEBUG_EP_NO_CHUNKS=1
WIRESHARK_DEBUG_WMEM_OVERRIDE=simple G_SLICE=always-malloc HOME=$PWD/wshome
ASAN_OPTIONS=print_stats=1:atexit=1 \time -v
tshark -r fuzz-2016-08-26-17937.pcap
Stats: 37M malloced (6M for red zones) by 295762 calls
Stats: 10M realloced by 7144 calls
Stats: 34M freed by 283799 calls
...
Maximum resident set size (kbytes): 455416
with an empty pcap:
Stats: 33M malloced (6M for red zones) by 260383 calls
Stats: 8M realloced by 5831 calls
Stats: 30M freed by 248436 calls
...
Maximum resident set size (kbytes): 449332
Closing, the buildbot possibly had a bad day.
You are receiving this mail because:
- You are watching all bug changes.