bryancall commented on issue #10091:
URL: 
https://github.com/apache/trafficserver/issues/10091#issuecomment-1781993460

   I redid a test and didn't see any memory leaks.  
   
   Building ATS with cmake
   ```
   cmake -DENABLE_JEMALLOC=ON -Djemalloc_ROOT=/opt/jemalloc 
-DOPENSSL_ROOT_DIR=/opt/boringssl -DOPENSSL_INCLUDE_DIR=/opt/boringssl/include 
-Dquiche_ROOT=/opt/quiche -DENABLE_QUICHE=TRUE -DCMAKE_INSTALL_PREFIX=/opt/ats 
-B build -G Ninja
   cmake --build build
   cmake --install build
   ```
   
   Running ATS
   ```
   export MALLOC_CONF="prof:true,prof_prefix:/tmp/jeprof.out"
   /opt/ats/bin/traffic_server -f -F
   ```
   
   Benchmarking
   `/opt/bin/h2load  --npn-list=h3 -n 10000000 -c 100 
https://zeus.bryancall.com:4443/cache/1024`
   
   memeory_profile plugin activate and dump
   ```
   traffic_ctl plugin msg memory_profile activate
   traffic_ctl plugin msg memory_profile dump
   ```
   
   jemalloc profile report with a base of a previous dump after a benchmark
   `/opt/jemalloc/bin/jeprof --text /opt/ats/bin/traffic_server --base 
jeprof.out.2358152.0.m0.heap jeprof.out.2358152.2.m2.heap
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to