Comment by overfeed
7 months ago
> Solutions that write the received file to $TMP and just run an external tool (or, say, use sendfile()) don't have the option to abort after N decompressed bytes
cgroups with hard-limits will let the external tool's process crash without taking down the script or system along with it.
> cgroups with hard-limits
This is exactly the same idea as partitioning, though.