From: Stephen Seo Date: Fri, 17 Nov 2023 11:42:45 +0000 (+0900) Subject: Add comment about tmpfs in example_config.toml X-Git-Url: https://git.seodisparate.com/tbm-edit-sheep.jpg?a=commitdiff_plain;h=d57adee92c7fb8fd5b0c6900a7e74d8b2fb22fd3;p=AnotherAURHelper Add comment about tmpfs in example_config.toml --- 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".