github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/bench/tools/aisloader-composer/playbooks/clear_cache.yaml (about) 1 - name: Clear page cache on ais nodes 2 hosts: target_hosts 3 gather_facts: no 4 become: true 5 6 tasks: 7 - name: Flush dirty pages and clear PageCache, dentries and inodes 8 shell: sync; echo 3 > /proc/sys/vm/drop_caches