Skip to content

Commit

Permalink
Merged PR 5024: Merged PR 5023: Adjusted local memory limits
Browse files Browse the repository at this point in the history
Merged PR 5023: Adjusted local memory limits

Related work items: #9420

Related work items: #9420
  • Loading branch information
adoprog committed Jul 31, 2024
2 parents c5ed520 + e3f8869 commit f87ba32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:

# Mount our SQL data folder
mssql:
mem_limit: 2GB
mem_limit: 6GB
volumes:
- type: bind
source: .\data\mssql-data
Expand All @@ -20,6 +20,7 @@ services:

# Custom mssql init
mssql-init:
mem_limit: 12GB
image: ${REGISTRY}demo/lighthouse-xp0-mssql-init:${SITECORE_VERSION}-${WINDOWSSERVERCORE_VERSION}-${DEMO_VERSION}
environment:
SQL_SERVER: ${SQL_SERVER}
Expand Down

0 comments on commit f87ba32

Please sign in to comment.