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