You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/05/05 18:57:35 UTC

[GitHub] [trafficserver] smalenfant commented on issue #8824: Ramcache disabled does not split remaining free cache

smalenfant commented on issue #8824:
URL: https://github.com/apache/trafficserver/issues/8824#issuecomment-1118944776

   Current results: 
   
   ```
   # cat /opt/trafficserver/etc/trafficserver/records.config | grep ram_cache.size
   CONFIG proxy.config.cache.ram_cache.size INT 103079215104
   
   # curl -s http://127.0.0.1/_astats | grep volume | grep total_bytes
      "proxy.process.cache.volume_1.ram_cache.total_bytes": 102956346768,
      "proxy.process.cache.volume_2.ram_cache.total_bytes": 122868320,
   # 
   
   # Adding ramcache=false on RAM volume
   volume=1 scheme=http size=50%
   volume=2 scheme=http size=50% ramcache=false
   
   # curl -s http://127.0.0.1/_astats | grep volume | grep total_bytes
      "proxy.process.cache.volume_1.ram_cache.total_bytes": 102956346768,
      "proxy.process.cache.volume_2.ram_cache.total_bytes": 0,
   ```


-- 
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