If you don't like to keep a browser tab open just to use https://t.co/cQfrMIx9pA try https://t.co/7a1aWw45mH, a pomodoro technique command line interface
Very interesting article about efficient memory usage of highly concurrent Ruby apps. We will definitely try the solutions suggested because we're using both Puma and SuckerPunch, two gems that spawn threads to do their jobs. https://t.co/CI64Hk8O2d
New blog post: Malloc Can Double Multithreaded Ruby Program Memory Usage https://t.co/zH1LNN6oo3
Your mileage will vary, but most Puma, Passenger Enterprise and Sidekiq users can reduce memory use by 1.5-4x with a few config/environment changes.
We just released version 0.14.9. No big visible changes, but a lot of improvements: new Ruby (2.4.2), new rails (5.1.2), new ORM (Mongoid 6). Thanks to @hoffmanc