Skip to content

Commit

Permalink
update lsf scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Lagrimas committed Mar 24, 2023
1 parent 3349fce commit 561272c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion zooma-builder-app/src/main/bin/build-labels.lsf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

base=${0%/*};

bsub -I -q production-rh74 -M 18000 -R "rusage[mem=18000]" $base/build-labels.sh $@;
bsub -I -q production -M 18000 -R "rusage[mem=18000]" $base/build-labels.sh $@;
exit $?;
2 changes: 1 addition & 1 deletion zooma-builder-app/src/main/bin/build-lucene-index.lsf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

base=${0%/*};

bsub -I -q production-rh74 -M 18000 -R "rusage[mem=18000]" $base/build-lucene-index.sh $@;
bsub -I -q production -M 18000 -R "rusage[mem=18000]" $base/build-lucene-index.sh $@;
exit $?;
2 changes: 1 addition & 1 deletion zooma-builder-app/src/main/bin/build-lucene-submit.lsf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

base=${0%/*};

bsub -q production-rh74 -M 18000 -R "rusage[mem=18000]" $base/build-lucene-index.sh $@;
bsub -q production -M 18000 -R "rusage[mem=18000]" $base/build-lucene-index.sh $@;
exit $?;
2 changes: 1 addition & 1 deletion zooma-builder-app/src/main/bin/build-rdf-submit.lsf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

base=${0%/*};

bsub -q production-rh74 -M 18000 -R "rusage[mem=18000]" $base/build-rdf.sh $@;
bsub -q production -M 18000 -R "rusage[mem=18000]" $base/build-rdf.sh $@;
exit $?;
2 changes: 1 addition & 1 deletion zooma-builder-app/src/main/bin/build-rdf.lsf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

base=${0%/*};

bsub -I -q production-rh74 -M 18000 -R "rusage[mem=18000]" $base/build-rdf.sh $@;
bsub -I -q production -M 18000 -R "rusage[mem=18000]" $base/build-rdf.sh $@;
exit $?;

0 comments on commit 561272c

Please sign in to comment.