Update memory requirments

This commit is contained in:
niusmallnan
2018-05-31 15:15:01 +08:00
parent a023f0147a
commit 0ca34899bf
3 changed files with 17 additions and 9 deletions
+8 -3
View File
@@ -15,10 +15,15 @@ Docker is an open-source platform designed for developers, system admins, and De
### Hardware Requirements
* x86_64 server with at least 512MB of RAM.
> **Note:** If you are planning on [installing to disk](installation/running-rancheros/server/install-to-disk/), you will need at least 1024MB of RAM.
* Memory Requirements
Platform | RAM requirement
---- | ----
Baremetal | 1280MB
VirtubalBox | 1280MB
VMWare | 1280MB (rancheros.iso) <br> 2048MB (rancheros-vmware.iso)
GCE | 1280MB
AWS | 1.7GB
### How this works
@@ -5,9 +5,7 @@ weight: 102
The RancherOS ISO file can be used to create a fresh RancherOS install on KVM, VMware, VirtualBox, or bare metal servers. You can download the `rancheros.iso` file from our [releases page](https://github.com/rancher/os/releases/).
You must boot with at least **512MB** of memory. If you boot with the ISO, you will automatically be logged in as the `rancher` user. Only the ISO is set to use autologin by default. If you run from a cloud or install to disk, SSH keys or a password of your choice is expected to be used.
> **Note:** If you are planning on [installing to disk]({{< baseurl >}}/os/v1.x/en/installation/running-rancheros/server/install-to-disk/), you will need at least 1.5GB of RAM.
You must boot with at least **1280MB** of memory. If you boot with the ISO, you will automatically be logged in as the `rancher` user. Only the ISO is set to use autologin by default. If you run from a cloud or install to disk, SSH keys or a password of your choice is expected to be used.
### Install to Disk
+8 -3
View File
@@ -15,10 +15,15 @@ Docker is an open-source platform designed for developers, system admins, and De
### Hardware Requirements
* x86_64 server with at least 512MB of RAM.
> **Note:** If you are planning on [installing to disk]({{< baseurl >}}/os/v1.x/en/installation/running-rancheros/server/install-to-disk/), you will need at least 1024MB of RAM.
* Memory Requirements
Platform | RAM requirement
---- | ----
Baremetal | 1280MB
VirtubalBox | 1280MB
VMWare | 1280MB (rancheros.iso) <br> 2048MB (rancheros-vmware.iso)
GCE | 1280MB
AWS | 1.7GB
### How this works