Advertisement
fant0men

How to make KDE use less RAM

Aug 16th, 2020
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. * disable akonadi
  2. (config file: ~/.config/akonadi/akonadiserverrc)
  3.  
  4. line:
  5. StartServer=false
  6.  
  7. * disable baloo
  8. (config file: ~/.config/baloofilerc)
  9.  
  10. line:
  11. Indexing-Enabled=false
  12.  
  13. * uninstall packagekit
  14. (sudo dnf remove PackageKit.x86_64)
  15.  
  16. * stop / disable packagekit service
  17. (sudo systemctl stop packagekit.service)
  18. (sudo systemctl disable packagekit.service)
  19.  
  20. * deactivate background services that you don't need
  21. (System Settings > Background Services)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement