Skip to content

Commit 63292d2

Browse files
committed
feat: add explicit memory limit and paths
Signed-off-by: Alexandre Rulleau <[email protected]>
1 parent bc8f817 commit 63292d2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.gitlab/generate-common.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,13 @@ function dockerhub_login() {
208208
MSSQL_PID: Developer
209209
MSSQL_TCP_PORT: 1433
210210
MSSQL_AGENT_ENABLED: "false"
211+
MSSQL_MEMORY_LIMIT_MB: 2048
212+
MSSQL_ENABLE_HADR: 0
213+
MSSQL_LCID: 1033
214+
MSSQL_COLLATION: SQL_Latin1_General_CP1_CI_AS
215+
MSSQL_DATA_DIR: /var/opt/mssql/data
216+
MSSQL_LOG_DIR: /var/opt/mssql/log
217+
MSSQL_BACKUP_DIR: /var/opt/mssql/data
211218

212219
googlespanner:
213220
name: registry.ddbuild.io/images/mirror/cloud-spanner-emulator/emulator:1.5.25

0 commit comments

Comments
 (0)