mirror of https://github.com/docker/docs.git
Update services.md (#4259)
Fixes typo: Currently "To prevent this from happening. ensure..." Proposed "To prevent this from happening, ensure..."
This commit is contained in:
parent
418b77d714
commit
23f59b8d9a
|
@ -530,7 +530,7 @@ run its tasks.
|
|||
If your service attempts to use more memory than the swarm node has available,
|
||||
you may experience an Out Of Memory Exception (OOME) and a container, or the
|
||||
Docker daemon, might be killed by the kernel OOM killer. To prevent this from
|
||||
happening. ensure that your application runs on hosts with adequate memory and
|
||||
happening, ensure that your application runs on hosts with adequate memory and
|
||||
see
|
||||
[Understand the risks of running out of memory](/engine/admin/resource_constraints.md#understand-the-risks-of-running-out-of-memory).
|
||||
|
||||
|
|
Loading…
Reference in New Issue