Re: 2GB Memory Limits on Solaris 10

2009-06-09 Thread Mark Andrews
The default build is 32 bits. To perform a 64 bit build add the appropriate compiler specific flags to CFLAGS and ensure that all the relevent libraries are available in 64 bit form. e.g. ./configure CFLAGS="-m64 -g -02" Mark In m

RE: 2GB Memory Limits on Solaris 10

2009-06-08 Thread Igor V. Ruzanov
|From: bind-users-boun...@lists.isc.org |[mailto:bind-users-boun...@lists.isc.org] On Behalf Of Raymond Popowich |Sent: Monday, June 08, 2009 3:35 PM |To: bind-users@lists.isc.org |Subject: 2GB Memory Limits on Solaris 10 | | | |Hello, | |I am running several Bind 9.6.0-P1 DNS resolvers on Solaris

RE: 2GB Memory Limits on Solaris 10

2009-06-08 Thread Matthew Huff
enable-largefile support turns on 64 bit filesystem, but not 64 bit memory. Normally under Solaris even a 32 bit process should be able to use the full 4GB address space (or at least 3.5-3.8GB). Try checking your ulimits in the script that starts the process. BTW, by default the named process