Skip to content

Commit 085dd05

Browse files
authored
Merge pull request #4160 from MicrosoftDocs/master
12/1 AM Publish
2 parents 531d024 + 79182f2 commit 085dd05

8 files changed

+10
-10
lines changed

docs/linux/quickstart-install-connect-clouds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this quickstart tutorial, you will install SQL Server 2017 on Red Hat Enterpr
2222
> If you choose to run a paid edition of SQL Server then you need to bring your own license (BYOL)
2323

2424
## Amazon Web Services
25-
1. Create a Linux AMI with at least 3.25 GB of memory from the marketplace
25+
1. Create a Linux AMI with at least 2 GB of memory from the marketplace
2626
* [RHEL 7.3+](https://aws.amazon.com/marketplace/pp/B00KWBZVK6)
2727
* [SLES v12 SP2](https://aws.amazon.com/marketplace/pp/B00PMM99PI)
2828
* [Ubuntu 16.04](https://aws.amazon.com/marketplace/pp/B01JBL2M0O)
@@ -40,15 +40,15 @@ In this quickstart tutorial, you will install SQL Server 2017 on Red Hat Enterpr
4040

4141
## Digital Ocean
4242
1. Login to the [control panel](https://cloud.digitalocean.com/login) and click create a droplet
43-
1. Choose a Ubuntu 16.04 droplet with at least 3.25 GB of memory
43+
1. Choose a Ubuntu 16.04 droplet with at least 2 GB of memory
4444
1. Connect to the droplet with ssh
4545
1. Follow the [Ubuntu quickstart](quickstart-install-connect-ubuntu.md)
4646
1. Configure for remote connections:
4747
* At the top of the Control Panel, follow the **Networking** link and then select **Firewalls**
4848
* Add an inbound rule to allow traffic on the port on which SQL Server listens (default TCP port 1433)
4949

5050
## Google Cloud Platform
51-
1. Create a Linux image with at least 3.25 GB of memory from the Cloud Launcher
51+
1. Create a Linux image with at least 2 GB of memory from the Cloud Launcher
5252
* [RHEL 7.3+](https://console.cloud.google.com/launcher/details/rhel-cloud/rhel-7)
5353
* [SLES v12 SP2](https://console.cloud.google.com/launcher/details/suse-cloud/sles-12)
5454
* [Ubuntu 16.04](https://console.cloud.google.com/launcher/details/ubuntu-os-cloud/ubuntu-xenial)

docs/linux/quickstart-install-connect-red-hat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this quick start tutorial, you first install SQL Server 2017 on Red Hat Enter
2727
2828
## Prerequisites
2929

30-
You must have a RHEL 7.3 or 7.4 machine with **at least 3.25 GB** of memory.
30+
You must have a RHEL 7.3 or 7.4 machine with **at least 2 GB** of memory.
3131

3232
To install Red Hat Enterprise Linux on your own machine, go to [http://access.redhat.com/products/red-hat-enterprise-linux/evaluation](http://access.redhat.com/products/red-hat-enterprise-linux/evaluation). You can also create RHEL virtual machines in Azure. See [Create and Manage Linux VMs with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/tutorial-manage-vm), and use `--image RHEL` in the call to `az vm create`.
3333

docs/linux/quickstart-install-connect-suse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this quick start tutorial, you first install SQL Server 2017 on SUSE Linux En
2727
2828
## Prerequisites
2929

30-
You must have a SLES v12 SP2 machine with **at least 3.25 GB** of memory. The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
30+
You must have a SLES v12 SP2 machine with **at least 2 GB** of memory. The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
3131

3232
To install SUSE Linux Enterprise Server on your own machine, go to [https://www.suse.com/products/server](https://www.suse.com/products/server). You can also create SLES virtual machines in Azure. See [Create and Manage Linux VMs with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/tutorial-manage-vm), and use `--image SLES` in the call to `az vm create`.
3333

docs/linux/quickstart-install-connect-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this quick start tutorial, you first install SQL Server 2017 on Ubuntu 16.04.
2727
2828
## Prerequisites
2929

30-
You must have a Ubuntu 16.04 machine with **at least 3.25 GB** of memory.
30+
You must have a Ubuntu 16.04 machine with **at least 2 GB** of memory.
3131

3232
To install Ubuntu on your own machine, go to [http://www.ubuntu.com/download/server](http://www.ubuntu.com/download/server). You can also create Ubuntu virtual machines in Azure. See [Create and Manage Linux VMs with the Azure CLI](https://docs.microsoft.com/azure/virtual-machines/linux/tutorial-manage-vm).
3333

docs/linux/sample-unattended-install-redhat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample Bash script installs SQL Server 2017 on Red Hat Enterprise Linux (R
2626
2727
## Prerequisites
2828

29-
- You need at least 3.25 GB of memory to run SQL Server on Linux.
29+
- You need at least 2 GB of memory to run SQL Server on Linux.
3030
- The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
3131
- For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
3232

docs/linux/sample-unattended-install-suse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample Bash script installs SQL Server 2017 on SUSE Linux Enterprise Server
2626
2727
## Prerequisites
2828

29-
- You need at least 3.25 GB of memory to run SQL Server on Linux.
29+
- You need at least 2 GB of memory to run SQL Server on Linux.
3030
- The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
3131
- For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
3232

docs/linux/sample-unattended-install-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This sample Bash script installs SQL Server 2017 on Ubuntu 16.04 without interac
2626
2727
## Prerequisites
2828

29-
- You need at least 3.25 GB of memory to run SQL Server on Linux.
29+
- You need at least 2 GB of memory to run SQL Server on Linux.
3030
- The file system must be **XFS** or **EXT4**. Other file systems, such as **BTRFS**, are unsupported.
3131
- For other system requirements, see [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
3232

docs/linux/sql-server-linux-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SQL Server 2017 has the following system requirements for Linux:
4242

4343
|||
4444
|-----|-----|
45-
| **Memory** | 3.25 GB |
45+
| **Memory** | 2 GB |
4646
| **File System** | **XFS** or **EXT4** (other file systems, such as **BTRFS**, are unsupported) |
4747
| **Disk space** | 6 GB |
4848
| **Processor speed** | 2 GHz |

0 commit comments

Comments
 (0)