Skip to content

Commit

Permalink
Increase memory and decrease QOS for benchmark runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Oct 11, 2023
1 parent 7a690d5 commit 108629d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarking/run_benchmark_on_slurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
#SBATCH --output=slurm/%A_%a.out
#SBATCH --cpus-per-task=8
#SBATCH --gpus=0
#SBATCH --mem=2gb
#SBATCH --mem=8gb
#SBATCH --time=70:00:00
#SBATCH --qos=scavenger

# This script will run an imitation algorithm on an environment for 10 seeds.

Expand Down

0 comments on commit 108629d

Please sign in to comment.