From 9c4351a174d3a094d1659b7b723f2b634df79822 Mon Sep 17 00:00:00 2001 From: Peter Bottenberg Date: Tue, 22 Mar 2022 16:37:11 +0100 Subject: [PATCH] Increase /var/lib/tor tmpfs size to 12MB (#693) After an uptime of 109 days, the usage of /var/lib/tor was still 10.9 MB. A reply in issue #648 reported a higher usage, which was fixed by setting the size a bit higher (12MB instead of 11MB). --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bef40d4..f8f1be7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: - ALL tmpfs: - /config/:size=10M,uid=927,gid=927,mode=1700 - - /var/lib/tor/:size=10M,uid=927,gid=927,mode=1700 + - /var/lib/tor/:size=15M,uid=927,gid=927,mode=1700 - /run/tor/:size=1M,uid=927,gid=927,mode=1700 #environment: # Uncomment to configure environment variables # Basic auth configuration, uncomment to enable