]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfstests: increase tmpfs memory size
authorHugh Dickins <hughd@google.com>
Thu, 18 Feb 2016 23:48:48 +0000 (10:48 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 18 Feb 2016 23:48:48 +0000 (10:48 +1100)
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>
common/config

index c97facf80677b82eff1adef6833c40e9fa0c7290..cacd815c01359f0381aec714e45613386c0522bb 100644 (file)
@@ -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"
                ;;
        *)
                ;;