Setprocessworkingsetsize
Last updated
Last updated
[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SetProcessWorkingSetSize(IntPtr hProcess,
IntPtr dwMinimumWorkingSetSize,
IntPtr dwMaximumWorkingSetSize
Microsoft documentation: Link