Skip to content

Instantly share code, notes, and snippets.

View caleblloyd's full-sized avatar

Caleb Lloyd caleblloyd

View GitHub Profile
@caleblloyd
caleblloyd / bench.sh
Last active February 8, 2023 01:23
NATS Memory Benchmark
#!/bin/bash
msgs_per_publisher="1 10 100 1000"
publishers="1 10 100 1000"
mem_limits="33554432 67108864 134217728 268435456"
seconds=10
timeout_seconds=13
passed=""
# set to 1 to enable jetstream
@caleblloyd
caleblloyd / values.yaml
Created June 14, 2024 20:32
Inject K8s Node Labels into NATS Config
config:
merge:
$include: server-tags/tags.conf
container:
patch:
- op: add
path: /volumeMounts/-
value:
name: server-tags