08-09-2018, 04:15 AM
Performance Tips:
- For start up (boot time) - if you have no plans to run VirtualBox, and you want faster boots, you can remove it's supported additions:
Code: [Select]
sudo apt purge virtualbox*
sudo systemctl stop vboxadd.service
sudo systemctl stop vboxadd-service.service
sudo systemctl disable vboxadd.service
sudo systemctl disable vboxadd-service.service
This will greatly reduce boot-up
Charvie
- For start up (boot time) - if you have no plans to run VirtualBox, and you want faster boots, you can remove it's supported additions:
Code: [Select]
sudo apt purge virtualbox*
sudo systemctl stop vboxadd.service
sudo systemctl stop vboxadd-service.service
sudo systemctl disable vboxadd.service
sudo systemctl disable vboxadd-service.service
This will greatly reduce boot-up
Charvie