Re: Out of memory during large request

2006-03-08 Thread Lowell Gilbert
Per olof Ljungmark [EMAIL PROTECTED] writes:

 FreeBSD 6-STABLE
 
 Got this when I ran a Perl script:
 Out of memory during large request for 33558528 bytes
 
 Would this be good syntax in /boot/loader.conf, the system has 2G RAM:
 vm.kmem_size_max=671088640
 to try to cure the problem? Where do I best learn more about memory tuning?

Are you sure you're not just running into process limits, as opposed
to kernel limits?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Out of memory during large request

2006-03-08 Thread Per olof Ljungmark

Lowell Gilbert wrote:

Per olof Ljungmark [EMAIL PROTECTED] writes:


FreeBSD 6-STABLE

Got this when I ran a Perl script:
Out of memory during large request for 33558528 bytes

Would this be good syntax in /boot/loader.conf, the system has 2G RAM:
vm.kmem_size_max=671088640
to try to cure the problem? Where do I best learn more about memory tuning?


Are you sure you're not just running into process limits, as opposed
to kernel limits?


Honestly, no. But on a 5.4 system I did cure the same problem with the 
line kern.maxdsiz=768M in loader.conf and I thought vm.kmem_size 
would be the corresponding parameter in 6?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Out of memory during large request

2006-03-07 Thread Per olof Ljungmark

FreeBSD 6-STABLE

Got this when I ran a Perl script:
Out of memory during large request for 33558528 bytes

Would this be good syntax in /boot/loader.conf, the system has 2G RAM:
vm.kmem_size_max=671088640
to try to cure the problem? Where do I best learn more about memory tuning?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]