From 70aa142fc74f8daf9874bd740a2838b855e20eee Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Wed, 10 Nov 2004 13:18:35 +0000 Subject: [PATCH] Benjamin Schieder: increase default size of tmpfs to 1024 at least two packages (linux26, xfree86, possibly xorg) are too large to fit in 800 MB [2004103020284605326] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4758 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config.in b/scripts/config.in index 2cde104f2..b67ac86b1 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -157,7 +157,7 @@ block_begin 3 comment '! WARNING: This feature can hang your system, if' comment '! you do not have enough virtual memory!' text 'tmpfs mount options' ROCKCFG_SRC_TMPFS_OPT \ - 'size=800M,nr_inodes=100k' + 'size=1024M,nr_inodes=100k' bool 'Write tmpfs log to var/adm/rock-debug/tmpfslog.txt' \ ROCKCFG_SRC_TMPFS_LOG 0 block_end