Skip to content

Commit

Permalink
wb | nomad: adjust to new deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed May 8, 2024
1 parent 53d2e25 commit e8e8afb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,14 @@ def all_profile_variants:
{ namespace: "perf-ssd"
, class: "perf-ssd"
, resources:
{ producer: {cores: 32, memory: 64000, memory_max: 64000}
, explorer: {cores: 32, memory: 64000, memory_max: 64000}
{ producer: {cores: 16, memory: 128000, memory_max: 128000}
, explorer: {cores: 16, memory: 128000, memory_max: 128000}
}
, fetch_logs_ssh: true
}
, aws:
{ instance_type:
{ producer: "c5.9xlarge"
{ producer: "r5.4xlarge"
, explorer: null
}
}
Expand Down

0 comments on commit e8e8afb

Please sign in to comment.