c# 기본 브라우저의 메모리 누수는 근본적으로 해결 방법이 없다고 합니다. 다른 브라우저 크롬등과 같은 라이브러리를 써서 해결 해야 한고 하더군요.. 스택오버플로우에서.. C# 기본 브라우저는 메모리 누수가 심해서 문제가 된다는데... 이렇게 하면 해결이 된다고 함.써봐야지... public partial class Form1 : Form { [DllImport("KERNEL32.DLL", EntryPoint = "SetProcessWorkingSetSize", SetLastError = true, CallingConvention = CallingConvention.StdCall)] internal static extern bool SetProcessWorkingSetSize(IntPtr pProcess..