Merge pull request #42585 from azat/ci/stress/hung-check-fix

ci/stress: fix memory limits overrides for hung check
This commit is contained in:
Alexander Gololobov 2022-10-24 13:45:56 +02:00 committed by GitHub
commit 5ec9b35bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,9 +286,7 @@ if __name__ == "__main__":
# But right now it should work, since neither hung check, nor 00001_select_1 has GROUP BY.
"--client-option",
"max_untracked_memory=1Gi",
"--client-option",
"max_memory_usage_for_user=0",
"--client-option",
"memory_profiler_step=1Gi",
# Use system database to avoid CREATE/DROP DATABASE queries
"--database=system",