Skip to content

v1.53.7: Reduce Memory Footprint

Choose a tag to compare

@github-actions github-actions released this 17 Apr 21:30
· 648 commits to refs/heads/master since this release
59b9c04

📝 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

⬆️ Dependencies updates

👥 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

🔗 Useful Links