From e50fed8f1055e5717a4fe0e8390588e124acf867 Mon Sep 17 00:00:00 2001 From: sergi-e Date: Thu, 8 Oct 2020 10:29:41 +0200 Subject: [PATCH] Fixed linux build disk space --- Docs/build_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/build_linux.md b/Docs/build_linux.md index e65b67f6d..767257928 100644 --- a/Docs/build_linux.md +++ b/Docs/build_linux.md @@ -101,7 +101,7 @@ make PythonAPI ARGS="--python-version=2" ### System specifics * __Ubuntu 18.04.__ CARLA provides support for previous Ubuntu versions up to 16.04. **However** proper compilers are needed for UE to work properly. Dependencies for Ubuntu 18.04 and previous versions are listed separatedly below. Make sure to install the ones corresponding to your system. -* __30GB disk space.__ The complete build will require quite a lot of space, especially Unreal Engine. Make sure to have around 30/50GB of free disk space. +* __100GB disk space.__ The complete build will require quite a lot of space, especially the Unreal Engine build (around 80GB). Make sure to have around 100GB of free disk space. * __An adequate GPU.__ CARLA aims for realistic simulations, so the server needs at least a 4GB GPU. A dedicated GPU is highly recommended for machine learning. * __Two TCP ports and good internet connection.__ 2000 and 2001 by default. Be sure neither the firewall nor any other application block these.