From 405957bb6f9b3049666e76d91731cb2964cd072e Mon Sep 17 00:00:00 2001 From: Dustin B Date: Wed, 6 Feb 2019 10:22:32 -0500 Subject: [PATCH] Update Troubleshooting.md Added explanation for 1 GB ram and the potential to add a system check for 2 vCPU. --- Troubleshooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index e6d5125..87a6b76 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -45,5 +45,15 @@ Check your distribution respositories list ie: ```/etc/apt/sources.list``` for m * python-minimal * libvhdi-utils * nfs-common +* lvm2 +* cifs-utils These dependencies (on Ubuntu) are available from the ```multiverse``` and ```universe``` repositories. + +# System Performance or General Errors Guidance + +While XOCE can and does operate without issue for many people there are benefits to using using more than the absolute minimum system specifications for the guest OS. + +There is a mandate for 1 GB of ram built into the installation script. While this is a requirement of XO it isn't a requirement of the OS. + +An additional check is being considered to match the XOA system which is supplied with 2 CPU (or 1 CPU with 2 cores). While this currently isn't implemented if you encounter issues please try adding an additional CPU to your installation and see if the issue persists.