See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tips for Minimizing Memory USe
#3
Some services you might disable are:
1. ModemManager.service (unless you use a dial-up connection).
2. If you don't print files over the network, you can disable cups.service and cups-browsed.service.
3. If you don't use snaps, you can disable that one as well as related services. snapd.service, snapd.apparmor.service.

You can disable those by launching the terminal and running:
Code:
sudo systemctl stop name.service
then
Code:
sudo systemctl disable name.service
The first command stops the service if it's running, and the second one disables it from running at boot. Also, if possible, try upgrading storage to a SSD, this will improve startup time and responsiveness for apps hugely.

Hope this helps! Smile
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Messages In This Thread
Tips for Minimizing Memory USe - by Alan C - 06-13-2022, 11:03 PM
Re: Tips for Minimizing Memory USe - by Moltke - 06-14-2022, 02:27 PM
Re: Tips for Minimizing Memory USe - by Alan C - 06-14-2022, 05:05 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)