Docker Desktop 4.36 Introduces Resource Saver Mode
Docker has released Docker Desktop 4.36 with a new resource saver mode that automatically reduces CPU and memory consumption when containers are idle. For developers running Docker alongside IDEs and browsers, this addresses the most common complaint — Docker consuming too many system resources.
How Resource Saver Works
When no containers are running active workloads, Docker Desktop now throttles its background processes. The Docker Engine virtual machine reduces its memory allocation and CPU scheduling priority. In testing, this results in 70-80 percent lower resource usage during idle periods.
The feature activates automatically after a configurable idle threshold (default: 5 minutes) and resumes full performance within seconds when containers receive traffic or commands.
Improved Build Performance
Docker Desktop 4.36 also includes BuildKit improvements that speed up multi-stage builds by caching intermediate layers more effectively. For large Magento or Laravel Docker images with multiple build stages, rebuild times can drop by 30-50 percent.
Compose Watch Enhancements
Docker Compose Watch, the file-syncing feature for development workflows, now supports exclude patterns and has reduced file system event latency on macOS. This means faster hot-reload cycles when developing with Docker Compose.
Availability
Docker Desktop 4.36 is available for macOS, Windows, and Linux. The resource saver mode is enabled by default in new installations and can be toggled in Settings for existing users.
Docker Desktop 4.36 is a welcome update for developers who have been frustrated by Docker's resource consumption on macOS and Windows.
Want to learn more?
Get in touch with our team to discuss how we can help your infrastructure.
Related News
Kubernetes 1.35.2 Becomes the Latest Supported Patch
Kubernetes 1.35 remained in active support as 1.35.2 shipped in late February 2026, giving platform teams a clearer current upgrade target.
Server & DevOpsPHP 8.4 Release: What It Means for Developers
PHP 8.4 brings property hooks, asymmetric visibility, and HTML5 DOM support. Here is how these changes affect Laravel and Magento projects.