similar to: 256MB of RAM enough for ruby on rails and mysql?

Displaying 20 results from an estimated 4000 matches similar to: "256MB of RAM enough for ruby on rails and mysql?"

2007 May 08
5
Which version of Ubuntu to use with Rails
Hello, This is a question for folks who are using Ubuntu to host your Rails apps. Which version of Ubuntu do you use? Do you use the ''Dapper'' release (6.0.6) perhaps due to the long term support (LTS), or are you using the latest release ''Feisty'' (7.0.4)? Or maybe a better way to ask the question is, is there a preferred version of Ubuntu to use with Ruby
2009 Jun 22
12
Rails Hosting: Slicehost vs. Rimuhosting
I know similar topics have been covered before, but I''d like to get a more up-to-date Ruby developer''s opinions. (Please note that I''ve read similar threads in this group and read a lot of hosting comparison sites, even contacted both companies and am still having a hard time making decisions. ) After reading about limitations with shared hosting plans, I decided that
2009 Jul 23
1
Experiences with RAM and CPU Demand of Rails Applications?
Hello. given the fact that there are numerous different hosting offers with different parameters and technologies, I would like to ask if there are some heuristics or rules of thumb existing to determine the demand of an own rails application? Input parameters would be something like: page impressions/day, average site size (in KB), average complexity of the rails logic of a site example 1 -
2008 Oct 19
1
Does anybody out there use Litespeed?
I''ve heard good things about Litespeed but all the documentation I''ve found doesn''t reflect the new 3.3 version. The older 2 and 1 versions are just so different. I''ve gone down the road with the old docs and it''s always a dead end. I''d be happy to pay or trade code or some kind of programming favors for some help in this area. I''ve
2009 Dec 30
2
Best Linux Distro for Rails App?
After a bad experience trying to get even the simplest Rails application running at Lunarpages, I''m moving to Slicehost. Does anyone have an opinion as to which of their Linux distros to use for a fairly high-traffic Rails site? They offer CentOS, Debian 5, Fedora (10 to 12), Gentoo, Red Hat EL 5, and Ubuntu (8 and 9). While we''re on the subject, does anyone have any opinions as
2009 Sep 01
4
Passenger problem
I''ve used the Slicehost Intrepid instructions (http:// articles.slicehost.com/ubuntu-intrepid) to install a new Ubuntu server with Ruby, Rails and passenger. Everything seems to be working OK, save for one thing: my application only service up the files that are in its public folder. The Passenger gem is installed. I''ve done this whole process before without any problem. Any
2008 Mar 11
4
Host recommdations
Hi I want to host a simple site with Ruby quickly at first no DB - just a site that can run a Hello Ruby script will use a template page Also I am very new to this so help will be need any suggestions for a Ruby Hosting service? ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page.
2007 Apr 13
1
Install of CentOS fails on systems less 256MB RAM
When try to install CentOS 5 via ftp on an system with less then 256MB RAM it fails. After select the ftp server witch contains the data, some files are loaded, then the dialog witch prompt for the ftp sever is shown again. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5766 bytes Desc: S/MIME Cryptographic
2008 Apr 30
12
Strange memory issue
Like most, I have a test and a production env. Both are CentOS 5, Ruby 1.8.6, Rails 2.0.2, MySQL 5, and Apache. Both were setup using the same procedure. Except for the hardware (test: Intel, prod: AMD) and memory (test: 512M, prod: 1G), both systems are essentially the same right down to the Rails env. Unfortunately, memory usage is very different for each. The test system has 2 mongrel
2009 Aug 11
10
Git, Capistrano, Passenger, and Apache Questions
First, I''m trying to do the legwork with utilizing all 4 together because many people say it''s a good combination to use. I already have apache setup (was using it with the PHP version of my site formerly). I''ve installed all gems and dependencies that I need on my slice (using slicehost). I have a fully pushed git repository (master) on github (private git) with one
2012 Feb 29
1
setting up a vps for rails: looking for advice, tutorials, etc.
i am trying to learn how to setup and maintain a vps for some rails apps. i have used shared and managed hosting but now i am looking for the freedom and flexibility a vps offers. i signed up with linode to give me something to play around with until i feel comfortable to deploy my live apps to a vps. i want to learn best practices and how to do things right. initially i plan on hosting only
2008 Jun 22
6
Installing Rails
Having a god-awful time installing Rails. I started with the instructions found on this page: http://articles.slicehost.com/2007/11/23/ubuntu-gutsy-mysql-and-ror I get the following error: vbfischer@ubuntu:~$ sudo gem install rails [sudo] password for vbfischer: Bulk updating Gem source index for: http://gems.rubyforge.org/ Updating metadata for 13 gems from http://gems.rubyonrails.org/
2008 Nov 21
3
How to create Virtual Host In Apache
Hi All, I am new to server configurations in apache web server. I want to learn how to create virtual hosts in apache server and run configure domains and making domain up. Can anyone guide me here or provide me some useful links ? Thanks, Piyush --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Apr 10
10
Anyone has experience with railsplayground.com hosting ?
Im ready to start hosting and deploying some of my rails apps, im guessing if someone are using railsplayground.com shared hosting plan, right now im paying USD $35 for a half of disk space and transfer, with no rails support :( any advice its more than welcome :) -- Posted via http://www.ruby-forum.com/.
2011 Mar 24
4
Remote-logging nginx? (or other non-syslog-enabled stuff)
I'm looking for suggestions as to a good general method of remote-logging services such as nginx or anything else which doesn't support syslog natively. I'm aware that there's an nginx patch, and we're evaluating this. It may be the way we fly. However there are other tools which may not have a patch for which remote logging would be useful. If there's a general soution
2013 Jun 20
6
File directive
Hi Everyone, Is it possible to use File directive only if some software is installed, otherwise do nothing? For example: file { "/tmp/puppet-nginx-init.sh": ensure => "present", owner => "root", group => "root", mode
2010 Feb 14
6
Nginx Sock And Rails Envinroment Error
Hi There, Im running an amazon instance with nginx proxying to a unicorn sock. For some reason, even though i specify the production environment, when being visited by nginx, the site shows errors in development form. Interestingly, when running on a port rather than a sock, if i visit that port, the errors are rendered as normal with a 500 page, the same port, throught nginx, shows errors
2013 Sep 24
5
Service refresh gets scheduled and swp files
Hi, I have two issues with my puppet. *1*- When I change the config the service on the agent side implement the configuration change but the restart/reload gets scheduled and after 15 or 20 minutes it is executed, however the agent time to get conffig from server is 180 seconds. Followings are the logs *(/Stage[main]/Nginx/Service[nginx]) Triggered ''refresh'' from 2 events*
2008 Feb 21
9
Difference between nginx and mongrel
Hi, I could never find out what''s the difference between nginx and mongrel. All my searches say "nginx is a HTTP server ..." and "Mongrel is a fast HTTP library and server for Ruby....". For me they both mean "...HTTP server...". I kept up with this question for some time till I came across this santence from the guys at Friend for Sale: -----------------
2013 Sep 17
6
rspec-puppet require syntax
Can someone tell me the correct way to specify the following require statement in an rspec-puppet test? *require => [Class[''ssl''],Class[''pcre3''],Staging::Extract["nginx-${version}.tar.gz"]]* I tried this: *''require'' =>