Fix test 071 upper bound for 64 bit platforms

This commit is contained in:
fsgqa
2003-09-16 07:22:33 +00:00
parent f59c77fbcb
commit 1e9cf89f83
+2 -2
View File
@@ -118,8 +118,8 @@ if [ "$bitsperlong" -eq 32 ]; then
[ "$USE_LBD_PATCH" = yes ] && upperbound=16
# limited by page cache index when LBD patch onboard.
else
upperbound=`echo 16 \* 1024 \* 1024 | bc`
# 16 exabytes (working in TBs below)
upperbound=`echo 8 \* 1024 \* 1024 | bc`
# 8 exabytes (working in TBs below)
fi
# Step from (upperbound-1)(Tb) through (upperbound+1(Tb), &