π Whatβs Changed
This release integrates the jemalloc memory allocator to reduce memory footprint. Jemalloc is a memory allocator designed to reduce memory fragmentation and provide more efficient memory management.
Expected Benefits
- Reduced memory footprint (typically 10-30% lower memory usage)
- Improved memory fragmentation handling
- Better performance under high load
- More efficient garbage collection cycles
Technical Details
- Added jemalloc as the default memory allocator
- Compatible with existing deployments
- No configuration changes required for users
π Features
- Performance: Add jemalloc (#3136) @pglombardo
π₯ List of contributors
π₯οΈ 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.51.9
..and go to http://localhost:5100