윈도우2003 heap memory 설정하는 방법
Posted at 2014. 3. 13. 09:38 | Posted in 서버 OS/윈도우이벤트뷰어에서 COM+ 컴포넌트가 다음과 같은 에러를 발생시킬 때 처리하는 방법
The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Error in d:\nt\com\complus\src\comsvcs\threads\stathread.cpp(284), hr = 80070000: CSTAThread: CoGetApartmentID failed
The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Error in d:\nt\com\complus\src\comsvcs\threads\stathread.cpp(271), hr = 80070057: CSTAThread: CoInitializeEx failed
The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Error in d:\nt\com\complus\src\comsvcs\threads\stathreadpool.cpp(1230), hr = 8000ffff: CSTAThreadPool: Unable to get bind thread.
The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Couldn't get ApartmentID from STAPool
위와 같은 에러를 발견한다면 윈도우2003 32비트의 경우 heap 메모리 부족으로 인한 에러 발생일 가능성이 크다.
이럴 경우 레지스트리를 보면
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows
SharedSection =1024,3072,512 이 기본값이다.
이를 해결하기 위해서는
32비트 OS의 경우에는 3072,512를 12288, 1024로 변경가능하며,
64비트 OS의 경우에는 3072,512를 20480, 1024로 변경해서 해결이 가능하다.
레지스트리를 변경후에는 부팅을 해야 적용이 된다.
'서버 OS > 윈도우' 카테고리의 다른 글
네트워크 어댑터에 사용자가 입력한 xxx.xxx.xxx.xxx IP 주소는 이미... 에러 처리 방법 (0) | 2015.03.19 |
---|---|
로그인온 화면이 검게 표시될때 해결방법 (0) | 2013.12.25 |
윈도우2003 윈도우 업데이트 문제 해결 방법 (1) | 2013.10.20 |
윈도우2008R2 에서 Microsoft .NET Framework 3.5.1 활성화하기 (0) | 2012.09.15 |
IIS HTTP 압축 설정후 확인해볼수 있는 사이트 (0) | 2012.04.04 |