Skip to content

Commit 997db7a

Browse files
tsoomebehlendorf
authored andcommitted
ZTS: checkpoint_discard_busy does not set 16M on cleanup
Originally hex value is used as decimal. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Toomas Soome <[email protected]> Closes openzfs#16917
1 parent e411081 commit 997db7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_discard_busy.ksh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ log_unsupported "Skipping, issue https://github.com/openzfs/zfs/issues/12053"
4343
function test_cleanup
4444
{
4545
# reset memory limit to 16M
46-
set_tunable64 SPA_DISCARD_MEMORY_LIMIT 1000000
46+
set_tunable64 SPA_DISCARD_MEMORY_LIMIT 16777216
4747
cleanup_nested_pools
4848
}
4949

0 commit comments

Comments
 (0)