Skip to content

Commit

Permalink
[BUGFIX] Apply thumbscrews to sqlserver
Browse files Browse the repository at this point in the history
sqlserver is a special race that welcomes high memory servers as its
habitat. However, we are short on resources and need to offer a very
small amount of RAM for a living which already acts as server cruelty.

While we're on it, it gets a nice bed to put some data on the RAM disk
in the hope its job gets done at least quicker.

Resolves: #89935
Releases: master, 9.5, 8.7
Change-Id: Ic06f4b7071ed1d16ec9d0cd5a0a57f05dde171f6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62614
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
andreaskienast committed Dec 13, 2019
1 parent 1dbc8be commit 69d7ff8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Build/testing-docker/bamboo/docker-compose.yml
Expand Up @@ -29,6 +29,9 @@ services:
ACCEPT_EULA: Y
SA_PASSWORD: Test1234!
MSSQL_PID: Developer
MSSQL_MEMORY_LIMIT_MB: 3584
tmpfs:
- /var/lib/mssql:rw,noexec,nosuid
volumes:
- /etc/passwd:/etc/passwd,ro
networks:
Expand Down Expand Up @@ -207,4 +210,4 @@ networks:
volumes:
bamboo-data:
external:
name: ${BAMBOO_COMPOSE_PROJECT_NAME}_bamboo-data
name: ${BAMBOO_COMPOSE_PROJECT_NAME}_bamboo-data

0 comments on commit 69d7ff8

Please sign in to comment.