Set memory-swap to memory (#38836)

pull/38844/head
Matt Martz 6 years ago committed by GitHub
parent 265d838ec9
commit 694d6b339c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,7 +219,7 @@ def delegate_docker(args, exclude, require):
if args.docker_memory:
test_options.extend([
'--memory=%d' % args.docker_memory,
'--memory-swap=0',
'--memory-swap=%d' % args.docker_memory,
])
docker_socket = '/var/run/docker.sock'

Loading…
Cancel
Save