hashipi

Raspberry Pi Test Cluster for HashiCorp Vault, Nomad and Consul
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | README

commit 9d3402f8e899b0c11792dc97f7138a93c9e7db8c
parent 237ea212e92f977fad9bf9b6c2287f99c89eacc4
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue, 16 Apr 2024 09:37:54 +0200

feat(nomad): decrease reserved cpu

Diffstat:
Mnomad.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nomad.sh b/nomad.sh @@ -118,7 +118,7 @@ client { # https://developer.hashicorp.com/nomad/docs/job-specification/resources#memory-oversubscription reserved { # CPU to reserve, in MHz - cpu = 1000 + cpu = 500 # memory to reserve, in MB memory = 256 }