From d57adee92c7fb8fd5b0c6900a7e74d8b2fb22fd3 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 17 Nov 2023 20:42:45 +0900 Subject: [PATCH] Add comment about tmpfs in example_config.toml --- example_config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example_config.toml b/example_config.toml index b82878a..b00f56d 100644 --- a/example_config.toml +++ b/example_config.toml @@ -22,6 +22,8 @@ log_limit = 1073741824 error_on_limit = false # If true, timestamps are in localtime. If false, timestamps are UTC. datetime_in_local_time = true +# If true, all builds will be done in a tmpfs. Recommended to have a lot of RAM and/or swap. +tmpfs = false ########## END OF MANDATORY VARIABLES # Each [[entry]] needs a "name".