From cd16631cde49492fb4dc3d369180d963aac466ba Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 30 Jul 2016 10:54:53 +0100 Subject: [PATCH] Reduce amnesic storage --- src/freedombone-image-mesh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-image-mesh b/src/freedombone-image-mesh index 05c39f9b..fef854ed 100755 --- a/src/freedombone-image-mesh +++ b/src/freedombone-image-mesh @@ -53,10 +53,10 @@ MESH_INSTALL_SETUP=/root/.initial_mesh_setup MESH_AMNESIC=/root/.amnesic # Tomb containing logs -TOMB_LOG_SIZE_MB=32 +TOMB_LOG_SIZE_MB=10 # size of the tomb used to store qtox settings -TOMB_TOX_SIZE_MB=32 +TOMB_TOX_SIZE_MB=10 # Tomb containing tox bootstrap TOMB_TOX_BOOTSTRAP_SIZE_MB=10