Here's what our transactor production deployment looks like in our kubernetes cluster:
- image built from `debian:bookworm-slim`, with official datomic zip package loaded in
- openjdk 17.0.9
- -Xmx52g
- -XX:+UseG1GC
- -XX:MaxGCPauseMillis=50
- -javaagent:/dd-java-agent.jar
- deployed as k8s statefulset with replica count of 2 to run one HA standby
- k8s cpu limit of 30, memory limit of 62gb
- liveness and readiness probes set to `http-get http://:healthcheck/health delay=30s timeout=1s period=10s #success=1 #failure=3`