Hi All, I have an issue... I need to constantly check if the objects are in cache or not. If the object is not in cache, I'm pushing it to.
To check the object I'm using below command: curl -s -I -X GET -H "Cache-Control: only-if-cached" http://ats-node01.example.com/video/d01/trailers/60645_some_video_file.wvm During some time, such check consume all of the memory and then all of swap, and ats restarts by taraffic_cop. I've made a test. No traffic, no clients on ats. I'm runing below command: while [ 1 ]; do curl -s -I -X GET -H "Cache-Control: only-if-cached" http://ats-node01.example.com/video/d01/trailers/60645_some_video_file.wvm; done And I can see permanent and fast memory consumption. Please advise, how can I solve this issue? Thanks,
