Repository is archived
No commit activity in last 3 years
No release in over 3 years
Run the Ruby Garbage Collection (GC) outside of the Passenger request cycle.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0.11
 Project Readme

Passenger OOB-GC

Run the Ruby Garbage Collection (GC) outside of the Passenger request cycle.

The original idea for this gem came from Yuichi Tateno and Eric Lindvall.

Installation

gem install passenger_oob_gc

Usage

Add the following code to an

if defined?(PhusionPassenger::Utils::UnseekableSocket)
  PassengerOobGC.install!
end

Use it on your on risk.

Copyright (c) 2012 Stefan Husch, qutic development.