Skip to content

Commit

Permalink
Increase resources
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jan 29, 2025
1 parent 2c62e30 commit 3d36637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/fink_test
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ fi

# Stream integration tests
if [[ "$WITH_STREAM" = true ]] ; then
RESOURCES="-driver-memory 2g -executor-memory 2g -spark-cores-max 2 -spark-executor-cores 1"
RESOURCES="-driver-memory 2g -executor-memory 2g -spark-cores-max 4 -spark-executor-cores 1"
# Fire another stream
fink_simulator -c ${FINK_HOME}/conf/${SURVEY}/fink_alert_simulator.conf

# Connect the service to build the raw database from the stream
fink start stream2raw -s ${SURVEY} --simulator -exit_after 60 -c $conf -topic $KAFKA_TOPIC -night $NIGHT ${RESOURCES}
fink start stream2raw -s ${SURVEY} --simulator -exit_after 120 -c $conf -topic $KAFKA_TOPIC -night $NIGHT ${RESOURCES}

# Connect the service to build the science database from the raw one
fink start raw2science -s ${SURVEY} -exit_after 120 -c $conf -night $NIGHT ${RESOURCES}
fink start raw2science -s ${SURVEY} -exit_after 180 -c $conf -night $NIGHT ${RESOURCES}

# Start the distribution service
fink start distribute -s ${SURVEY} -exit_after 60 -c $conf -night $NIGHT ${RESOURCES}
Expand Down

0 comments on commit 3d36637

Please sign in to comment.