用程式化思考讓你變超人。
[DllImport("kernel32.dll")] static extern Boolean SetProcessWorkingSetSize(IntPtr procHandle, Int32 min, Int32 max);
SetProcessWorkingSetSize(System.Diagnostics.Process.GetCurrentProcess().Handle, -1, -1);
張貼留言
沒有留言:
張貼留言