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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to