Prevent Hauk from using swap
Summary:
For privacy purpose, don't allow the container to use swap.
Geolocalisation will so only stored on RAM, never on disk.
Reference: https://docs.docker.com/config/containers/resource_constraints/
Test Plan:
- deploy container on docker-002
- docker stats hauk should show /256M as memory limit
- docker inspect hauk should show both values
Reviewers: dereckson
Reviewed By: dereckson
Tags: privacy
Differential Revision: https://devcentral.nasqueron.org/D2807