docker

lukasz 2020-06-23T22:15:56.082500Z

@kwladyka here's the script which we use for running all Clojure application in ECS+Fargate (so Docker, kinda ) + locally via compose, sometimes under heavy constraints (heap allocated to 10% of available ram ) https://gist.github.com/lukaszkorecki/13944077931b8a54a3d69f996b7d1b32

1👍
lukasz 2020-06-23T22:16:21.083Z

all applications are AOT and deployed as an uberjar + openjdk11

kwladyka 2020-06-23T22:25:19.083700Z

thank you, a lot of magic flags 🙂