Skip to content

Commit

Permalink
Bump required size limit for Windows containers to 400GiB
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrehn committed Dec 11, 2020
1 parent e5049a8 commit a29ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ue4docker/infrastructure/WindowsUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def requiredSizeLimit():
'''
Returns the minimum required image size limit (in GB) for Windows containers
'''
return 200.0
return 400.0

@staticmethod
def minimumRequiredVersion():
Expand Down

0 comments on commit a29ae6c

Please sign in to comment.