You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "bryancall (via GitHub)" <gi...@apache.org> on 2023/04/24 22:34:00 UTC

[GitHub] [trafficserver] bryancall commented on issue #9625: Trafficserver v8.1.1 Debian's increasing RAM consumption over time

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

   ATS in 8.1.1 uses a freelist and will  on free() or give back memory to the system. You can disable the freelist and use the memory allocator from the system's or compile in support for jemalloc by adding -F to proxy.config.proxy_binary_opts in records.config.
   https://docs.trafficserver.apache.org/en/8.1.x/admin-guide/files/records.config.en.html?highlight=binary_opts#proxy-config-proxy-binary-opts
   https://docs.trafficserver.apache.org/en/8.1.x/appendices/command-line/traffic_server.en.html
   
   
   In 8.1.1 you can dump the memory allocation by sending SIGUSR1 to the process and a report will be generated in traffic.out. This might help to tell you where memory is being allocated.
   
   https://docs.trafficserver.apache.org/en/8.1.x/appendices/command-line/traffic_server.en.html?highlight=sigusr1#signals


-- 
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-unsubscribe@trafficserver.apache.org

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