flush gpu memory linux code example
Example 1: flush dns cache linux
sudo systemd-resolve --flush-caches
Example 2: clear swap memory linux
sudo swapoff -a; sudo swapon -a
sudo systemd-resolve --flush-caches
sudo swapoff -a; sudo swapon -a