From: Eric Wong <e@80x24.org> To: unicorn-public@bogomips.org Subject: nakayoshi_fork for CoW memory use reductions Date: Mon, 26 Jun 2017 02:21:36 +0000 Message-ID: <20170626022136.GA27608@whir> (raw) I thought I posted about when I first heard about it, but apparently not. It's a RubyGem which should help with CoW memory savings for Ruby 2.2+ due to the introduction of generational GC. https://rubygems.org/gems/nakayoshi_fork git clone https://github.com/ko1/nakayoshi_fork.git You can also get a similar effect calling GC.start(full_mark: false) four times in the unicorn before_fork hook, but nakayoshi_fork is a bit more sophisticated in that it stops looping when it knows it can't proceed. Anyways, I was reminded of this while responding to https://bugs.ruby-lang.org/issues/11101 which may affect some unicorn users, too.
reply other threads:[~2017-06-26 2:21 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://yhbt.net/unicorn/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20170626022136.GA27608@whir \ --to=e@80x24.org \ --cc=unicorn-public@bogomips.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help This inbox may be cloned and mirrored by anyone: git clone --mirror https://yhbt.net/unicorn-public git clone --mirror http://ou63pmih66umazou.onion/unicorn-public # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V1 unicorn-public unicorn-public/ https://yhbt.net/unicorn-public \ unicorn-public@yhbt.net unicorn-public@bogomips.org mongrel-unicorn@rubyforge.org mongrel-unicorn-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org public-inbox-index unicorn-public Example config snippet for mirrors. Newsgroups are available over NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.unicorn note: .onion URLs require Tor: https://www.torproject.org/ code repositories for the project(s) associated with this inbox: ../../unicorn.git AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git