Dan_Nazario/ACIM/[EMAIL PROTECTED] wrote: > Coming from a Solaris background, it did not even occur > to me that "Windows 2003 enterprise server" would > impose a 2GB usable memory limit by default on an application. > > Doesn't seem like a very 'enterprise' sort of thing to do ;-)
It has less to do with the wishes of the software and everything to do with ths IA32 architecture. Despite the efforts of PAE, the x86 chips can only address 32 bits (4GB) at any given time. Since there must be some division between kernel space and user space, it naturally follows that there must be some artificial limit of under 4GB for applications. It would be a Bad Thing if the kernel were to run out of pages, hence the default 50/50 partition. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/