Skip to content
Snippets Groups Projects
Commit 3fb045b5 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-1757' into 'master'

L2SS-1757: Override available CPU & Memory for jumppad local dev

Closes L2SS-1757

See merge request !856
parents 5340a8b2 ef2960c3
Branches
Tags v0.28.2-1
1 merge request!856L2SS-1757: Override available CPU & Memory for jumppad local dev
...@@ -9,6 +9,9 @@ plugin "docker" { ...@@ -9,6 +9,9 @@ plugin "docker" {
} }
client { client {
cpu_total_compute = 888000
memory_total_mb = 65536
host_volume "monitoring-postgresql-data" { host_volume "monitoring-postgresql-data" {
path = "/localdata/volumes/monitoring-postgresql-data" path = "/localdata/volumes/monitoring-postgresql-data"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment