Project

General

Profile

Feature #29584

Updated by Ewoud Kohl van Wijngaarden almost 5 years ago

Since we're using "clustered mode":https://github.com/puma/puma/blob/master/README.md#clustered-mode, [[https://github.com/puma/puma/blob/master/README.md#clustered-mode|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).

Back