Skip to content

Commit ae2d89f

Browse files
committed
Decreased the requested memory in the pbs scripts from 200GB -> 20GB
1 parent 95974f6 commit ae2d89f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.pbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#SBATCH -e splicing.%j.err
44
#SBATCH --mail-type=END,FAIL
55
6-
#SBATCH --mem=200000
6+
#SBATCH --mem=20000
77
#SBATCH --cpus-per-task=4
88
#SBATCH -p compute
99
#SBATCH -q batch

trim_test.pbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#SBATCH -e splicing.%j.err
44
#SBATCH --mail-type=END,FAIL
55
6-
#SBATCH --mem=200000
6+
#SBATCH --mem=20000
77
#SBATCH --cpus-per-task=4
88
#SBATCH -p compute
99
#SBATCH -q batch

0 commit comments

Comments
 (0)