Sets the minimum working set size for the process resource policy.
[SupportedOSPlatform("windows")]
[SupportedOSPlatform("macos")]
[SupportedOSPlatform("maccatalyst")]
[SupportedOSPlatform("freebsd")]
public ProcessResourcePolicySpec SetMinWorkingSet(nint? minWorkingSet)
The minimum working set to be used, or null to leave it unset.