Skip to content

Commit 0f4c252

Browse files
committed
Reduce memory request
1 parent d0a27ef commit 0f4c252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

batch/compile_prenight_metadata_cache.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#SBATCH --nodes=1 # Number of nodes
88
#SBATCH --ntasks=1 # Number of tasks run in parallel
99
#SBATCH --cpus-per-task=1 # Number of CPUs per task
10-
#SBATCH --mem=16G # Requested memory
10+
#SBATCH --mem=4G # Requested memory
1111
#SBATCH --time=1:00:00 # Wall time (hh:mm:ss)
1212

1313
echo "******** START of compile_prenight_metadata_cache.sh **********"

batch/run_prenight_sims.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#SBATCH --nodes=1 # Number of nodes
88
#SBATCH --ntasks=1 # Number of tasks run in parallel
99
#SBATCH --cpus-per-task=1 # Number of CPUs per task
10-
#SBATCH --mem=16G # Requested memory
10+
#SBATCH --mem=4G # Requested memory
1111
#SBATCH --time=1:00:00 # Wall time (hh:mm:ss)
1212

1313
echo "******** START of run_prenight_sims.sh **********"

0 commit comments

Comments
 (0)