Memsql Docker Limit Resources

We have ec2 instances with many docker containers running. If we limit a containers resources to may be to 8GB Memory, 4 cpus, will license units be computed on the containers resources or the hosts?

As of 7.1.4, license unit calculations are cgroup aware. So it doesn’t check the resources on the entire host, just the container. However, it rounds up to 8 cpus = 1 unit.