Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4271056
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:23:24+00:00 2026-05-21T07:23:24+00:00

I’m wondering if porting a Rails app from Apache2 + Passenger to Nginx +

  • 0

I’m wondering if porting a Rails app from Apache2 + Passenger to Nginx + Passenger is worth it. The main reason we’d do this is to free up RAM or to process more requests for a given amount of RAM.

Does anyone know roughly how much more efficient Nginx + Passenger is at using RAM?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T07:23:25+00:00Added an answer on May 21, 2026 at 7:23 am

    The answer is highly dependent on:

    • The web server modules you have enabled
    • The implementation of Ruby you use (e.g. Ruby Enterprise Edition vs MRI)
    • The traffic patterns of your app.

    Setting up nginx + Passenger is really easy. Just quickly install each environment on cloud servers or virtual machines, and run some benchmarking tools against them.

    Generally speaking, though, the largest RAM consumer is your Rails app, not the web server. If you’re concerned about RAM usage, your time will be better spent comparing Ruby implementations or reducing the number of gems/plugins/libraries your code uses, or reducing the number of web server modules you use.

    Someone did a benchmark of Nginx vs Apache memory utilization per concurrent connection. Nginx is the clear winner. But it should be noted that the highest memory utilization on that graph is only ~40MB at about 4000 concurrent connections. 40MB is a smaller footprint than even a single Rails instance in most cases, and it is not likely that you’ll be able to achieve 4000 concurrent rails requests on a single server. So it pays to switch to Nginx secondarily, but primarily, you should switch to Ruby Enterprise Edition if you haven’t already, then try reducing the memory footprint of your application, because your Rails application will use significantly more memory than either of these web servers.

    For example, I run Apache/Passenger/REE in production, and even with REE’s improved memory footprint, my Rails app is using 13 times as much memory as Apache, as reported by passenger-memory-stats.

    the growth rate of memory usage vs concurrent connections is starkly larger with apache

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know how can I replace this 2 symbol below from the string
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I have text I am displaying in SIlverlight that is coming from a CMS
link Im having trouble converting the html entites into html characters, (&# 8217;) i
this is what i have right now Drawing an RSS feed into the php,
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have some data like this: 1 2 3 4 5 9 2 6
I have a bunch of posts stored in text files formatted in yaml/textile (from
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.