summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index a94b613bac..c27766e901 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -188,7 +188,7 @@ PATCHRESOLVE = "noop"
188# 188#
189# Monitor the disk space during the build. If there is less that 1GB of space or less 189# Monitor the disk space during the build. If there is less that 1GB of space or less
190# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully 190# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
191# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort 191# shutdown the build. If there is less than 100MB or 1K inodes, perform a hard abort
192# of the build. The reason for this is that running completely out of space can corrupt 192# of the build. The reason for this is that running completely out of space can corrupt
193# files and damages the build in ways which may not be easily recoverable. 193# files and damages the build in ways which may not be easily recoverable.
194# It's necessary to monitor /tmp, if there is no space left the build will fail 194# It's necessary to monitor /tmp, if there is no space left the build will fail