Skip to content

Commit 952ac2d

Browse files
authored
Merge pull request #4175 from rothja/cu2mem2
Changing docker mem minimum to 2 GB per CU2
2 parents e26c713 + 72c0081 commit 952ac2d

2 files changed

Lines changed: 4 additions & 29 deletions

File tree

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

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,10 @@ This image consists of SQL Server running on Linux based on Ubuntu 16.04. It can
3030
## <a id="requirements"></a> Prerequisites
3131

3232
- Docker Engine 1.8+ on any supported Linux distribution or Docker for Mac/Windows. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).
33-
- Minimum of 4 GB of disk space
34-
- Minimum of 4 GB of RAM
33+
- Minimum of 2 GB of disk space
34+
- Minimum of 2 GB of RAM
3535
- [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
3636

37-
> [!IMPORTANT]
38-
> The default on Docker for Mac and Docker for Windows is 2 GB for the Moby VM, so you must change it to 4 GB. If you are running on Mac or Windows, use the following procedures to increase the memory.
39-
40-
### Increase Docker memory to 4 GB (Mac)
41-
42-
The following steps increase the memory for Docker for Mac to 4 GB.
43-
44-
1. Click the Docker logo on the top status bar.
45-
1. Select **Preferences**.
46-
1. Move the memory indicator to 4 GB or more.
47-
1. Click the **restart** button at the button of the screen.
48-
49-
### Increase Docker memory to 4 GB (Windows)
50-
51-
The following steps increase the memory for Docker for Windows to 4 GB.
52-
53-
1. Right-click on the Docker icon from the task bar.
54-
1. Click **Settings** under that menu.
55-
1. Click the **Advanced** Tab.
56-
1. Move the memory indicator to 4 GB or more.
57-
1. Click the **Apply** button.
58-
5937
## Pull and run the container image
6038

6139
1. Pull the SQL Server 2017 Linux container image from Docker Hub.

docs/linux/tutorial-restore-backup-in-sql-server-container.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ This tutorial demonstrates how to move and restore a SQL Server backup file into
3131
## Prerequisites
3232

3333
* Docker Engine 1.8+ on any supported Linux distribution or Docker for Mac/Windows. For more information, see [Install Docker](https://docs.docker.com/engine/installation/).
34-
* Minimum of 4 GB of disk space
35-
* Minimum of 4 GB of RAM
34+
* Minimum of 2 GB of disk space
35+
* Minimum of 2 GB of RAM
3636
* [System requirements for SQL Server on Linux](sql-server-linux-setup.md#system).
3737

38-
> [!IMPORTANT]
39-
> The default on Docker for Mac and Docker for Windows is 2 GB for the Moby VM, so you must change it to 4 GB. If you are running on Mac or Windows, increase your memory settings using the [instructions in the Docker quickstart](quickstart-install-connect-docker.md).
40-
4138
## Pull and run the container image
4239

4340
1. Open a bash terminal on Linux/Mac or an elevated PowerShell session on Windows.

0 commit comments

Comments
 (0)