mogrify
mogrify copied to clipboard
Add support for limit
Co-authored-by: Gabigol [email protected]
Trying to use limit with custom was broken for some reason on System.cmd
.
This pr introduces the function limit in this format: Mogrify.limit(["memory", "30MiB"])
that fixed the problem