Skip to content

Commit bbf74bd

Browse files
committed
Limit sql server memory?
1 parent 50ee6e2 commit bbf74bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
environment:
2525
ACCEPT_EULA: "Y"
2626
SA_PASSWORD: "Rea11ytrong_3"
27+
MSSQL_MEMORY_LIMIT_MB: "1024"
2728
pgsql:
2829
image: postgres
2930
environment:

0 commit comments

Comments
 (0)