Skip to content

Commit

Permalink
reduced work_mem for qa_checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur committed Oct 21, 2020
1 parent 51d142b commit c597778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion working/packages/QA_TESTS/create_qa_tests.sql
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ CREATE type qa_tests.type_get_checks AS (
CREATE OR REPLACE FUNCTION qa_tests.get_checks (checkid IN INT DEFAULT NULL) RETURNS
SETOF qa_tests.type_get_checks
SET max_parallel_workers_per_gather=4
SET work_mem='5GB'
SET work_mem='4GB'
AS $BODY$
--relationships cycle
SELECT 1 check_id,
Expand Down

0 comments on commit c597778

Please sign in to comment.