Fork me on GitHub
#docker
<
2020-06-23
>
lukasz22:06:56

@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

👍 3
lukasz22:06:21

all applications are AOT and deployed as an uberjar + openjdk11

kwladyka22:06:19

thank you, a lot of magic flags 🙂