Skip to content

Commit

Permalink
Merge pull request #45 from UCL-ARC/feat-Increase-compute-resources-f…
Browse files Browse the repository at this point in the history
…or-jupyter-pilot

feat: Increase compute resources for jupyter-pilot
  • Loading branch information
cdkharris authored Oct 25, 2024
2 parents 4e4413f + aa4f1ff commit a7ff54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module "ssrc-jupyter-pilot" {

vm_count = 1

vcpu = 4
ram_gb = "16Gi"
vcpu = 64
ram_gb = "256Gi"
os_disk_gb = "100Gi"

vm_prefix = "jupyter-pilot"
Expand Down

0 comments on commit a7ff54c

Please sign in to comment.