Skip to content

Commit 4db94ba

Browse files
committed
Change FSx default capacity to 1.2 TiB
Close #12
1 parent e0b15eb commit 4db94ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/gromacs/config/gromacs-x86-64.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ initial_count = 0
2626

2727
[fsx parallel-fs]
2828
shared_dir = /fsx
29-
storage_capacity = 7200
29+
storage_capacity = 1200
3030
deployment_type = SCRATCH_2
3131

3232
[vpc public]

apps/lammps/config/lammps-x86-64.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ initial_count = 0
2626

2727
[fsx parallel-fs]
2828
shared_dir = /fsx
29-
storage_capacity = 7200
29+
storage_capacity = 1200
3030
deployment_type = SCRATCH_2
3131

3232
[vpc public]

apps/wrf/config/wrf-x86-64.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ max_count = 64
3737

3838
[fsx myfsx]
3939
shared_dir = /fsx
40-
storage_capacity = 14400
40+
storage_capacity = 1200
4141
deployment_type = SCRATCH_2
4242

4343
[ebs myebs]

0 commit comments

Comments
 (0)