I would have to add that this is all strangely lacking advice. Of course you can change your system to use more of the available RAM. You can start by trying a tool like log2ram which has a lot of the basic essentials required for using RAM as storage in debian-based linux systems. You can put the entire /var/log into RAM to begin with, and you can choose to allow it to swap back to disk or be volatile and disappear at shutdown/reboot. Likewise you can put folders/dirs like your browser-profiles (firefox, brave) into RAM, making them blazing fast. In fact, depending on how much free RAM you have, you could consider creating a separate directory to be set in log2ram that has only portable apps in it. Most of them, like browsers, will run way faster from RAM. In addition to tools like log2ram, if you use apps that use databases, like SQlite, MySQL or Mariadb, you should check each of their configs for using more RAM, or find out where their db's are stored on disk, and put those storage locations in RAM. Most database servers have specific options for using more RAM, and through that apps that make use of them run way faster.