Project

General

Profile

« Previous | Next » 

Revision 6829

psql_script_vegbien: Run psql_vegbien with `nice -n +5` to prevent CPU-intensive operations from slowing down the shell/UI

View differences:

psql_script_vegbien
9 9
searchPath="\"${out_schemas//,/\",\"}\""
10 10

  
11 11
(test -z "$no_search_path" && echo "SET search_path TO $searchPath;"; cat)\
12
|"$selfDir/psql_vegbien" --set ON_ERROR_STOP=1 --quiet "$@"
12
|nice -n +5 "$selfDir/psql_vegbien" --set ON_ERROR_STOP=1 --quiet "$@"

Also available in: Unified diff