From 79077c873fa35785c55ea67747c9e185630aa9fd Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Tue, 3 Oct 2023 23:28:14 -0300 Subject: [PATCH] test: adjust memory test --- test/memory/memory-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/memory/memory-tests.sh b/test/memory/memory-tests.sh index 3002d264f..2fb00962a 100755 --- a/test/memory/memory-tests.sh +++ b/test/memory/memory-tests.sh @@ -102,7 +102,7 @@ postJsonArrayTest(){ echo "Running memory usage tests.." -jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "16M" +jsonKeyTest "1M" "POST" "/rpc/leak?columns=blob" "23M" jsonKeyTest "1M" "POST" "/leak?columns=blob" "16M" jsonKeyTest "1M" "PATCH" "/leak?id=eq.1&columns=blob" "16M"