Hi
Like many others I had problems building GCC 4.3 (as a dependency of fftw3) a few weeks ago. My objective is to update the maximum datasize limit to allow this port to build. I'm choosing not to build without Java dependencies.
I'm having trouble with the recommended loader.conf change - or for some other reason my change is not taking effect. My loader.conf looks like this:
machdep.hyperthreading_allowed=1
kern.maxdsiz="734003200"
My OS is 7.0-RELEASE-p3 on i386.
After rebooting, my limits as displayed by limit / limits -Hd are unchanged :
Resource limits (current):
datasize 524288 kB
... and the gcc upgrade still fails as described in other posts on this subject.
My /etc/login.conf sets datasize to unlimited. There is no
~/.login.conf for the user account involved.
Yes I could perhaps just sidestep the problem with this port by not going with the Java compiler, but I'd rather solve the problem presented. I guess I'm missing something. Can anyone suggest what that is, please?
Thanks
Phil
Like many others I had problems building GCC 4.3 (as a dependency of fftw3) a few weeks ago. My objective is to update the maximum datasize limit to allow this port to build. I'm choosing not to build without Java dependencies.
I'm having trouble with the recommended loader.conf change - or for some other reason my change is not taking effect. My loader.conf looks like this:
machdep.hyperthreading_allowed=1
kern.maxdsiz="734003200"
My OS is 7.0-RELEASE-p3 on i386.
After rebooting, my limits as displayed by limit / limits -Hd are unchanged :
Resource limits (current):
datasize 524288 kB
... and the gcc upgrade still fails as described in other posts on this subject.
My /etc/login.conf sets datasize to unlimited. There is no
~/.login.conf for the user account involved.
Yes I could perhaps just sidestep the problem with this port by not going with the Java compiler, but I'd rather solve the problem presented. I guess I'm missing something. Can anyone suggest what that is, please?
Thanks
Phil