[
https://issues.apache.org/jira/browse/TS-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258003#comment-13258003
]
Zhao Yongming commented on TS-1212:
-----------------------------------
when you traffic_line -L restart the server, the total_bytes whill change:
{code}
[yonghao@cache177 ~]$ links -dump http://localhost:8080/stat/ | grep ram
proxy.config.cache.ram_cache.size=10737418240
proxy.config.cache.ram_cache_cutoff=131072
proxy.config.cache.ram_cache.algorithm=1
proxy.config.cache.ram_cache.compress=0
proxy.config.cache.ram_cache.ssd_percent=25
proxy.config.cache.ram_cache.compress_percent=90
proxy.process.cache.ram_cache.total_bytes=10737418239
proxy.process.cache.volume_0.ram_cache.total_bytes=-79456895011
proxy.process.cache.ram_cache.bytes_used=0
proxy.process.cache.ram_cache.hits=0
proxy.process.cache.ram_cache.misses=0
proxy.process.cache.ram.read.success=0
proxy.process.cache.volume_0.ram_cache.bytes_used=0
proxy.process.cache.volume_0.ram_cache.hits=0
proxy.process.cache.volume_0.ram_cache.misses=0
proxy.process.cache.volume_0.ram.read.success=0
[yonghao@cache177 ~]$ links -dump http://localhost:8080/stat/ | grep ram
proxy.config.cache.ram_cache.size=10737418240
proxy.config.cache.ram_cache_cutoff=131072
proxy.config.cache.ram_cache.algorithm=1
proxy.config.cache.ram_cache.compress=0
proxy.config.cache.ram_cache.ssd_percent=25
proxy.config.cache.ram_cache.compress_percent=90
proxy.process.cache.ram_cache.total_bytes=10737418239
proxy.process.cache.volume_0.ram_cache.total_bytes=-85899345956
proxy.process.cache.ram_cache.bytes_used=0
proxy.process.cache.ram_cache.hits=0
proxy.process.cache.ram_cache.misses=0
proxy.process.cache.ram.read.success=0
proxy.process.cache.volume_0.ram_cache.bytes_used=0
proxy.process.cache.volume_0.ram_cache.hits=0
proxy.process.cache.volume_0.ram_cache.misses=0
proxy.process.cache.volume_0.ram.read.success=0
{code}
> can not limit ram cache
> -----------------------
>
> Key: TS-1212
> URL: https://issues.apache.org/jira/browse/TS-1212
> Project: Traffic Server
> Issue Type: Bug
> Components: Cache
> Affects Versions: 2.1.3
> Environment: we are on v3.0.x but maybe affected v3.1 and later too.
> Reporter: Zhao Yongming
>
> ram cache limit is not activate at sometime:
> {code}
> [yonghao@cache177 ~]$ links -dump http://localhost:8080/stat/ | grep ram
> proxy.config.cache.ram_cache.size=10737418240
> proxy.config.cache.ram_cache_cutoff=131072
> proxy.config.cache.ram_cache.algorithm=1
> proxy.config.cache.ram_cache.compress=0
> proxy.config.cache.ram_cache.ssd_percent=25
> proxy.config.cache.ram_cache.compress_percent=90
> proxy.process.cache.ram_cache.total_bytes=12884901886
> proxy.process.cache.volume_0.ram_cache.total_bytes=-73014444066
> proxy.process.cache.ram_cache.bytes_used=11840122880
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira