Skip to content

Commit

Permalink
ci: adjust the arguments to match the self hosted environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Nov 27, 2024
1 parent d219354 commit c4c176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dump_for_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sql_command_imdb "PGPASSWORD=\"$PG_PASSWORD\" \"$PG_BIN_DIR/psql\" -h \"$PG_HOST

ulimit -l unlimited unlimited

sql_command_imdb "\"$(pwd)/scripts/process_all.sh\" \"/tmp\" \"$DEBUG_FLAG\" \"true\" \"1G\" \"22\""
sql_command_imdb "\"$(pwd)/scripts/process_all.sh\" \"/tmp\" \"$DEBUG_FLAG\" \"true\" \"1G\" \"12\""

sql_command_imdb "\"$(pwd)/scripts/dump_all.sh\" \"/tmp/result.sql.gz\" \"$DEBUG_FLAG\""

Expand Down

0 comments on commit c4c176f

Please sign in to comment.