OptionalHeader.SizeOfStackReserve

The size of the stack to reserve. Only SizeOfStackCommit is committed; the rest is made available one page at a time until the reserve size is reached.

struct OptionalHeader
ulong SizeOfStackReserve;

Meta