Re: Optimization of Nginx for 128 MB RAM VPS

2014-06-19 Thread Nuno Magalhães
On Thu, Jun 19, 2014 at 1:42 AM, Yumi wrote: > If you're uploading large dumps, you may wish to increase the size of > client_max_body_size And PHP's post_max_size: http://pt2.php.net/manual/en/ini.core.php#ini.post-max-size ___ nginx mailing list ngin

Re: Optimization of Nginx for 128 MB RAM VPS

2014-06-18 Thread Yumi
> But what with the worker_connections? I have read that this is the number of simultaneous connections a single process can handle. How high should this value be? I am expecting lets say 20 connections per hour. I will host there only my personal home page and my school notebook (based on Wordpres

RE: Optimization of Nginx for 128 MB RAM VPS

2014-06-18 Thread Lukas Tribus
> Hello, > > I have a 128 MB RAM VPS with 1 vcore of 2,2 GHz x86_64 CPU. The CPU is much > faster than the Rapsberry one so that is not a problem but the RAM usage, I > think, is. > > Could You help me optimize my Nginx installation? Is this really needed? Nginx doesn't use much RAM usually. How

Re: Optimization of Nginx for 128 MB RAM VPS

2014-06-18 Thread Maxim Konovalov
On 6/18/14 4:21 PM, akurczyk wrote: > I am expecting lets say 20 connections per hour. [...] Personally I don't think that you need any optimizations for such load. -- Maxim Konovalov http://nginx.com ___ nginx mailing list nginx@nginx.org http://mai

Optimization of Nginx for 128 MB RAM VPS

2014-06-18 Thread akurczyk
Hello, I have a 128 MB RAM VPS with 1 vcore of 2,2 GHz x86_64 CPU. The CPU is much faster than the Rapsberry one so that is not a problem but the RAM usage, I think, is. Could You help me optimize my Nginx installation? Thats my configuration: nginx.conf: http://pastebin.com/M55APXzD The work