Add comment about tmpfs in example_config.toml
This commit is contained in:
parent
c11d339baa
commit
d57adee92c
1 changed files with 2 additions and 0 deletions
|
@ -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".
|
||||
|
|
Loading…
Reference in a new issue