Skip to content

Commit

Permalink
Merge pull request #1051 from nasa/1050_reduce_disp_s1_disk
Browse files Browse the repository at this point in the history
#1050: Set disk_usage to be 400GB to be conservative and set the EC2 …
  • Loading branch information
hhlee445 authored Jan 7, 2025
2 parents ebed2d8 + 7af82d8 commit 1df8e4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions cluster_provisioning/modules/common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ variable "queues" {
"log_file_name" = "run_sciflo_L3_DISP_S1"
"instance_type" = ["c7i.4xlarge", "c6a.4xlarge", "c6i.4xlarge", "c7a.4xlarge", "c5.4xlarge"]
"root_dev_size" = 50
"data_dev_size" = 600
"max_size" = 10
"data_dev_size" = 500
"max_size" = 50
"total_jobs_metric" = true
"use_on_demand" = true
}
Expand All @@ -347,8 +347,8 @@ variable "queues" {
"log_file_name" = "run_sciflo_L3_DISP_S1"
"instance_type" = ["c7i.8xlarge", "c6a.8xlarge", "c6i.8xlarge", "c7a.8xlarge", "c5a.8xlarge"]
"root_dev_size" = 50
"data_dev_size" = 600
"max_size" = 10
"data_dev_size" = 500
"max_size" = 100
"total_jobs_metric" = true
"use_on_demand" = true
}
Expand Down
2 changes: 1 addition & 1 deletion docker/job-spec.json.SCIFLO_L3_DISP_S1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"command": "/home/ops/verdi/ops/opera-pcm/opera_chimera/run_sciflo.sh",
"disk_usage":"600GB",
"disk_usage":"400GB",
"soft_time_limit": 129600,
"time_limit": 129660,
"imported_worker_files": {
Expand Down
2 changes: 1 addition & 1 deletion docker/job-spec.json.SCIFLO_L3_DISP_S1_hist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"command": "/home/ops/verdi/ops/opera-pcm/opera_chimera/run_sciflo.sh",
"disk_usage":"600GB",
"disk_usage":"400GB",
"soft_time_limit": 129600,
"time_limit": 129660,
"imported_worker_files": {
Expand Down

0 comments on commit 1df8e4d

Please sign in to comment.