Open ymarcon opened 1 year ago
then return a meaningful error message
report or put quota on workspaces size?
https://docs.docker.com/compose/compose-file/compose-file-v3/#resources
log resource usage with a warning when resources are used about a threshold (80% of memory for instance)
In terms of using Docker to limit resources, with v3 it looks like it is only possible to:
"set resource constraints on services or containers in a swarm."
Although it is still possible with : v2
then return a meaningful error message