Celeb Glow
general | March 21, 2026

VirtualBox: Ubuntu guest-OS is sluggish on Mac host-OS, why?

I have created a VM using VirtualBox v:6.0 that is running on top of a macOS Mojava v:10.14.6. The specs of the VM are as follow:

  1. Guest-OS: Ubuntu 16.04
  2. 8 GB memory (half of the RAM)
  3. 80 GB storage (I have penalty)
  4. 4 CPUs for processors (out of 8)
  5. 64 MB video memory (out of 128)
  6. VMSVGA graphic controller
  7. 3D Acceleration is Enabled
  8. Guess Additional CD image is installed
  9. Disabled animations
  10. Removed unnecessary applications.

Yet, the VM is very sluggish, slow and isn't responsive as it should be.

what should I do ?

5

2 Answers

Are you using retina mac? If so, check out following:

Using second monitor for VM definitely will improve performance. Another workaround could be using remote connection to VM. I installed XRDP on Ubuntu VM on my MBP and using RDP client for access, no issues with performance.

Please check following thread There is another suggestion to use tool for Mac to use additional range of screen resolution, so your VM instance can run smooth on retina display

This answer was originally posted as a comment to the question by You'reAGitForNotUsingGit.

According to the forum thread VirtualBox runs slow on MacBook Pro 2018 (screen refreshes slow), reverting to VirtualBox 5.2 or disabling HiDPI for the MBP retina display fixes the issue. Also though, running a 3D (Unity) DE in a VM probably contributes. I bet using LXDE/XFCE would help too.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy