Skip to content

Commit 01a9cfb

Browse files
committed
shrink the object-size used for orphan-list test by a factor of 100 from 5100MB -> 51MB
Signed-off-by: Gabriel BenHanokh <[email protected]>
1 parent 111c54a commit 01a9cfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qa/workunits/rgw/test_rgw_orphan_list.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ set -e
66
# if defined, debug messages will be displayed and prepended with the string
77
# debug="DEBUG"
88

9-
huge_size=5100 # in megabytes
9+
#huge_size=5100 # in megabytes
10+
huge_size=51 # in megabytes
1011
big_size=7 # in megabytes
1112

1213
huge_obj=/tmp/huge_obj.temp.$$

0 commit comments

Comments
 (0)