Displaying 20 results from an estimated 20000 matches similar to: "Experiences with RAM and CPU Demand of Rails Applications?"
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
2008 Jul 07
6
Discuss Your Rails Hosting here, with rates & experience
Hi to all,
I have seen many threads here that talks a bit on Hosting scenario and
keeps the matter hanging and discussions gets truncated without any
outcome.
It would be nice to have a serious thread like this, where we can
discuss few things as follows...
(1) Your Rails Hosting Company
(2) Your experience with that Hosting Company
(3) Your currently plan and Your Rates
(4) Helping /
2007 Nov 16
4
256MB of RAM enough for ruby on rails and mysql?
Hi, I was wondering if 256MB of RAM is enough to run a ruby on rails
server and mysql server. My application does not do any complex
queries, but it does deal with quite a lot of data (potentially tables
as large as 100MB). The number of concurrent users should be low,
never more than 10. Currently I''m serving RoR using Lighttpd via
fastcgi. The only thing I''ve changed from the
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/.
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
2006 Jul 05
4
Hosting client applications - part time developer
I do web development outside of work and I have three new projects
starting soon from a little brouchureware site to larger applications. I
have a personal hosting account with TextDrive that allows me to run 3
domains, this is not going to be big enough to host the apps for my
clients.
How do other people host Rails sites & apps for their clients? All this
talk of VPS solutions etc
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.
2012 Dec 12
2
How to get ruby running on a webserver
Hi, I have purchased a VPS that has WHM cpanel. I have logged into the
root of my system using putty and installed ruby 1.9.3 via rvm and rails
3.2.9.
I have created a website in cpanel that has created a public_html
directory that is live and working on the web. I then created a simple
ruby website called blog in the public_html directory. My question is
how do I get the ruby application to run
2020 Feb 16
6
Encrypted container on CentOS VPS
I wonder if it is possible to set up an encrypted "file container" on a CentOS VPS? I am the root user of the VPS but the hosting company also has access to the VPS and thus all files. Is it possible to create a LUKS-container on the VPS and those files only be accessible by me? IOW, most of the file system on the VPS would be regular file system but the container could be used by me as
2007 Sep 06
7
Why CentOS as a webhosting platform
Hi,
CentOS seems to be doing really well in the hosting business these days, and
even for people who would normally have used Windows or OSX on the hosting
previously, are now looking at using CentOS. And I thought it would be nice to
have a section on the wiki about exactly why that is.
Not having any direct connection with the hosting business I was wondering if
people here could help me
2010 Dec 02
1
rotate of logfiles
Hello list.
This is not a life-threatening question, but still quite important for
debugging.
I have the following crontab :
15 0,8,12,17 * * * /usr/sbin/asterisk -rx 'logger rotate'
Because I have debug level 9, logfiles get quite large.
I notice that the rotation of the logfiles goes to plan, except at 17h15.
I currently have :
-rw-r--r-- 1 root root 59024 Dec 2 09:36
2010 Jun 14
1
logging stopped suddenly
Hello list,
I noticed today that the last logfiles dates 3 days ago !
The logfiles are rotated every night. The logfiles of 2 days ago, 1 day
ago and today are empty !
vps*CLI> module show like logger
Module Description
Use Count
0 modules loaded
vps*CLI> logger reload
[Jun 14 11:57:19] == Parsing
2006 Mar 24
3
Tweaking Rails to Reduce RAM Usage
Is there a way to tweak rails 1.0 or 1.1-rc1 to use less RAM?
I''m using a VPS (Linux UML) with < 160 MB RAM and would like to explore
ways to make rails run more efficiently under such constraints.
Are there articles/tips about this or do I need to look into this from
scratch?
--
Posted via http://www.ruby-forum.com/.
2020 Feb 23
4
Encrypted container on CentOS VPS
On 02/17/2020 05:03 AM, lejeczek via CentOS wrote:
> On 16/02/2020 15:18, H wrote:
>> I wonder if it is possible to set up an encrypted "file container" on a CentOS VPS? I am the root user of the VPS but the hosting company also has access to the VPS and thus all files. Is it possible to create a LUKS-container on the VPS and those files only be accessible by me? IOW, most of
2006 Jun 28
8
[OT] rimuhosting and VPS experiences wanted
All -
I am considering signing up for hosting at rimuhosting for rails, PHP,
and email, and would like to hear some personal experiences with their
service, especially compared to shared hosting services like Dreamhost.
Please email me off-list at ken.liu.pub [at] gmail.com.
Thanks
Ken
2009 May 21
1
32bit vs 64bit memory usage
Hi!
I ran the following test on 3 different setups:
#!/usr/bin/php
<?
$n=1024*256;
$usage1=memory_get_usage();
$rusage1=memory_get_usage(true);
$a=array();
for($i=0;$i<$n;$i++)
$a[]=0;
$usage2=memory_get_usage();
$rusage2=memory_get_usage(true);
echo ($usage2-$usage1).'/'.($rusage2-$rusage1);
?>
...and I got the following results:
32bit
2012 Mar 22
1
control panels, like or dislike?
When I first started using webservers I leased shared hosting. Then I
moved to vps. Then to dedicated.
In all that I was with various control panels.
In almost all cases bugs in those control panels would cause all sorts
of issues.
(ensim, cpanel, plesk).
The load on the server seemed greatly increased (especially with ensim).
When I built my first server 4 years ago I decided to heck with
2020 Feb 16
1
Encrypted container on CentOS VPS
Am 16.02.20 um 16:46 schrieb Subscriber:
>
> ----- On Feb 16, 2020, at 5:18 PM, H agents at meddatainc.com wrote:
>
>> I wonder if it is possible to set up an encrypted "file container" on a CentOS
>> VPS?
>
> Yes. You can create LUKS-container on CentOS VPS.
>
>> I am the root user of the VPS but the hosting company also has access to
>> the
2017 Dec 13
1
Mail-crypt plugin clarification
rje writes:
> I'm looking into ways to encrypt the stored email on my server. The idea is
> to make it impossible for my hosting provider (who has access to my VPS) to
> read the mail from the disk.
Just to be clear, if at any point your VPS has access to the plaintext
mail (or keys that decrypt mail), then the VPS provider could access
your decrypted mail.
To make it unfeasible
2012 Feb 19
1
Please may you help me setup VPS
I am new to Linux so I do not have any special preferences.
Yes I have a root access and the VPS is un managed.
I am newbie to the Linux world.
I will have a new website or maybe 3.
I've found that un managed costs vary a lot, as I've found various ways
for settings ... some using Xen, others using OpenVZ, and other using
Virtuozzo and I found that it all vary regarding Ram allocations