Skip to content

Commit

Permalink
Bump windows docker memory for linter (#31369)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 authored Nov 22, 2024
1 parent b84c7ee commit 88a886d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/lint/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# it would leave 6Gb free but we could not fit another job with these 6Gb remaining.
- >
docker run --rm
-m 16384M
-m 24576M
--storage-opt "size=50GB"
-v "$(Get-Location):c:\mnt"
-e AWS_NETWORKING=true
Expand Down

0 comments on commit 88a886d

Please sign in to comment.