Nginx VM
-
@brandon220 said in Nginx VM:
I normally use 2G of ram and 2vCPU on most Fedora installs.
That's a lot. We use 1 vCPU for most installs, even in production. 2GB of RAM if you have lots of spare, maybe. But might be a little high for all systems.
-
@scottalanmiller said in Nginx VM:
@scottalanmiller said in Nginx VM:
I think the worst part about running with 512MB is installing Fedora. That was painful, even in text mode.
Really? Been a while since I did it with that little RAM, but I do from time to time and don't remember it being any different.
Idk if it was just the process on Vultr with the custom ISO, or what, but it was bad. I think the last time I did it was Fedora 27, so it's definitely been a while.
Oh, custom ISO. Maybe I've not tried that in a few versions.
That's the only way to get true minimal right?
Correct. The only way to get a true "anything" that isn't the cloud hosts' custom install.
-
@scottalanmiller Ok. I'll try scaling back a bit and see how it goes.
-
@scottalanmiller said in Nginx VM:
@scottalanmiller said in Nginx VM:
I think the worst part about running with 512MB is installing Fedora. That was painful, even in text mode.
Really? Been a while since I did it with that little RAM, but I do from time to time and don't remember it being any different.
Idk if it was just the process on Vultr with the custom ISO, or what, but it was bad. I think the last time I did it was Fedora 27, so it's definitely been a while.
Oh, custom ISO. Maybe I've not tried that in a few versions.
Yes, using the ISO (any) of fedora 28+ is slower than hell on 512 RAM.
-
-
I always use the NetInstall and do minimal. Don't see any reason not to.
-
@brandon220 said in Nginx VM:
I always use the NetInstall and do minimal. Don't see any reason not to.
So do I. But there is no text install option in the menu.
There is no difference between the ISO versions on the ungodly slow speed during the install when using 512MB RAM.
The reason to do NetInstall is to not have to turn around and do a major update right after you install. I mean you would never install from the full ISO and then not immediately run
dnf upgrade
would you? -
@JaredBusch said in Nginx VM:
I think the worst part about running with 512MB is installing Fedora. That was painful, even in text mode.
How do you get text mode on Fedora 28+ I don't see the menu choice.
Note: I never bothered to even Google. I just let the install chug along and do something else.
Hit tab while
Install Fedora 28/29
is selected, and addinst.text
-
@JaredBusch said in Nginx VM:
I think the worst part about running with 512MB is installing Fedora. That was painful, even in text mode.
How do you get text mode on Fedora 28+ I don't see the menu choice.
Note: I never bothered to even Google. I just let the install chug along and do something else.
Hit tab while
Install Fedora 28/29
is selected, and addinst.text
Thanks. Told you I never bothered to even check the Google.
-
I think the worst part about running with 512MB is installing Fedora. That was painful, even in text mode.
I've been giving a vm 2GB of ram to get through the install, and dropping it down to where I actually want it after it's done.
Of course, I normally deploy by cloning a snapshot, so I rarely need to go through the entire install process.
-
@travisdh1 said in Nginx VM:
I think the worst part about running with 512MB is installing Fedora. That was painful, even in text mode.
I've been giving a vm 2GB of ram to get through the install, and dropping it down to where I actually want it after it's done.
Of course, I normally deploy by cloning a snapshot, so I rarely need to go through the entire install process.
I am always doing it in different places. I have no reason to create a base image.
-
Always wondered what the min install size you can get away with.
I usually go for 80gb but will start reducing this -
@hobbit666 said in Nginx VM:
Always wondered what the min install size you can get away with.
I usually go for 80gb but will start reducing thisFedora 27 minimal was ~1.2GB if I remember correctly.
-
Like others I use a 20GB vDisk if it is on local/colo infrastructure.
-
@travisdh1 said in Nginx VM:
@hobbit666 said in Nginx VM:
Always wondered what the min install size you can get away with.
I usually go for 80gb but will start reducing thisFedora 27 minimal was ~1.2GB if I remember correctly.
For the OS, but logs are the bigger component.
-
I think 20GB is outrageously large. 8GB or preferably 4GB.
-
@Pete-S said in Nginx VM:
I think 20GB is outrageously large. 8GB or preferably 4GB.
Thin provision though - so what does it really matter?
-
@Pete-S said in Nginx VM:
I think 20GB is outrageously large. 8GB or preferably 4GB.
Kind of, but thin provisioning means that we could also say that 8GB is unreasonably small. Why not have the buffer room "just in case" since it costs nothing?
-
@Dashrender said in Nginx VM:
@Pete-S said in Nginx VM:
I think 20GB is outrageously large. 8GB or preferably 4GB.
Thin provision though - so what does it really matter?
That's why we do it, avoid unnecessary limitations just in case a log explodes or we need to move files around or decide to change how something is used in the future. I've seen too many installs over the years have issues because they cut it as close as projected but then needed just a little extra space.
-
I saw that a lot on Ubuntu installs - The /boot partition that the installer created was always too small for the kernels after a few updates. Have yet to see that happen in Fedora.