hashipi

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

commit 14690336510ead85109f07d3d7211892e03b395e
parent 1080fd5485eda15fc00426b66ab1fb57685dd96e
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 27 May 2024 21:35:02 +0200

fix(nomad): increase reserved resources

Diffstat:
Mnomad.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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