Skip to content

Commit

Permalink
reset file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixinWu16 committed Jul 29, 2024
1 parent 052983d commit 81ea7d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions bin/aggregate_supremm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@ shift $((OPTIND-1))
flock -n 9 || reportfail

cd ${XDMOD_SHARE_PATH}/etl/js

node --max-old-space-size=4096 etl.cluster.js $FLAGS

php ${XDMOD_LIB_PATH}/supremm_sharedjobs.php $FLAGS

php ${XDMOD_LIB_PATH}/aggregate_supremm.php $FLAGS $AGG_FLAGS

${XDMOD_BIN_PATH}/xdmod-build-filter-lists --realm SUPREMM $FLAGS
) 9>${LOCKFILE}


0 comments on commit 81ea7d8

Please sign in to comment.