mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: increase tmpfs memory size
512M is not enough for generic/129. Raise default tmpfs size to 1G. Signed-off-by: Hugh Dickins <hughd@google.com> Signed-off-by: Junho Ryu <jayr@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
0276fe7159
commit
99fd47b2b2
+2
-2
@@ -316,8 +316,8 @@ _mount_opts()
|
||||
export MOUNT_OPTIONS="-o acl $GFS2_MOUNT_OPTIONS"
|
||||
;;
|
||||
tmpfs)
|
||||
# We need to specify the size at mount, use 512 MB by default
|
||||
export MOUNT_OPTIONS="-o size=512M $TMPFS_MOUNT_OPTIONS"
|
||||
# We need to specify the size at mount, use 1G by default
|
||||
export MOUNT_OPTIONS="-o size=1G $TMPFS_MOUNT_OPTIONS"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user