Skip to content

Commit

Permalink
increase the memory to avoid OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Jun 22, 2023
1 parent 5a10aab commit 1a9221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit_job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ module load CCEnv StdEnv java/17.0.2
# ./gradlew --offline completeCode | tee logfile.txt

date=$(date '+%Y-%m-%d-%H-%M')
java -jar gym-fs-fat-1.0-SNAPSHOT.jar 2>&1 | tee /scratch/b/bengioy/breandan/log_${date}.txt
java -Xmx16G -jar gym-fs-fat-1.0-SNAPSHOT.jar 2>&1 | tee /scratch/b/bengioy/breandan/log_${date}.txt

0 comments on commit 1a9221d

Please sign in to comment.