2013년 6월 18일 화요일

warned by SolidWorks that their system resources are running low

Once any single process hits 10,000 GDI Objects, it’s terminated. This is the default limit defined by Windows that a single process can reach.
There’s a registry tweak that can change this; a single process can max out at 16,384, while the system wide max for all processes is 65,536; edit the
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\GDIProcessHandleQuota
registry key to change the per-process limit (GDIProcessHandleQuota) to the upper limit of 16,384; set the BASE to DECIMAL.  This will buy you some breathing room.
** WARNING! – I recommend only making this change if you are very comfortable editing the Windows Registry.  Accidental changes to the registry can render your system inoperable, so exercise extreme caution when making any registry edits.  I strongly recommend creating a Windows Restore Point prior to performing any registry edits.


++++++++++


If it’s still crashing out at only 10,996 GDIs, then the crash isn’t likely due to the GDI objects ceiling being hit since you’ve just finished raising it to 16,384. You’re likely crashing out due to the Windows heap stack running out of resources. Unfortunately there’s no easy fix for that limitation until Windows 8 perhaps…

2013년 6월 13일 목요일

2013년 6월 11일 화요일

공유중인 내 공인 IP주소 알아보기

FindIP.kr IP 주소를 확인하는 가장 쉬운 방법!

IP 주소를 확인하는 가장 쉽고 빠른 방법

112.222.155.ㅜㅜㅜ가 현재 접속한 기기의 공인 IP(Internet Protocol) 주소다
IP주소는 인터넷상에 있는 컴퓨터의 고유한 주소로 이것를 바탕으로 인터넷상의 한 컴퓨터에서 다른 컴퓨터로 데이터를 주고 받을 수 있다.
현재 사용되는(위에 보이는) IP주소는 버전4(IPv4)로 점으로 나누어진 최대 12자리의 숫자로 이루어져 있다.
공유기나 내부 네트워크를 사용해서 인터넷에 접속할 경우 사설 IP(Private IP)라고 하는 특정 주소 범위(192.168.0.1 ~ 192.168.255.254)가 내부적으로 사용되고, 공인 IP 주소를 찾기 힘든 경우가 있다.