Actions
Feature #29584
closedPreload application with Puma in production mode
Status:
Closed
Priority:
Normal
Assignee:
Category:
Performance
Target version:
Description
Since we're using clustered mode, we can use preloading.
In clustered mode, Puma can "preload" your application. This loads all the application code prior to forking. Preloading reduces total memory usage of your application via an operating system feature called copy-on-write (Ruby 2.0+ only).
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Description updated (diff)
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman/pull/7600 added
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Related to Feature #29148: Make puma default added
Updated by Suresh Thirugnanasambandan almost 5 years ago
- Related to Tracker #28999: Deploy Foreman with Puma as the application server by default added
Updated by Ewoud Kohl van Wijngaarden almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 19715ec794e5dca5aed738f9b9779c0daaf97250.
Actions