Is 34 MB normal overhead for a task using raw_exec on windows?

The following process tree is created for a simple webserver run using raw_exec:
bild

Nomad reports the sum as I’d expect:

However, 34 MB overhead for a simple process seems a little high. Is this normal for windows processes, or could some configuration change save some memory? The idea is to have hundreds of these little processes running, so every little MB counts.

Any suggestions on this?