v1.53.7: Reduce Memory Footprint
·
648 commits
to refs/heads/master
since this release
📝 What’s Changed
This release changes the application process to run in single mode. This should reduce memory use down to ~300MB. If you disable the background worker with PWP__NO_WORKER=true, then it is ~200MB.
🚀 Features
- Memory: Run Puma in single mode (#3277) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump aws-sdk-core from 3.222.1 to 3.222.2 (#3274) @dependabot[bot]
- ⬆️ Bump connection_pool from 2.5.0 to 2.5.1 (#3275) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1087.0 to 1.1088.0 (#3273) @dependabot[bot]
- ⬆️ Bump ffi from 1.17.1 to 1.17.2 (#3272) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @pglombardo and dependabot[bot]
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
docker run -d -p 5100:5100 pglombardo/pwpush:1.53.7..and go to http://localhost:5100
