Re: altering "maxdsiz" or "datasize" limit ?

2010-10-05 Thread Rodrigo Gonzalez
I didnt check it, but changing /etc/login.conf should do that On Tue, 05 Oct 2010 17:23:43 -0400 Mark Stosberg wrote: > > Hello, > > We've been satisfied FreeBSD users for several years at our hosting > company. > > Recently we ran into into a problem where a long running cron script > was dy

Re: altering "maxdsiz" or "datasize" limit ?

2010-10-05 Thread Paul B Mahol
On 10/5/10, Mark Stosberg wrote: > > Hello, > > We've been satisfied FreeBSD users for several years at our hosting > company. > > Recently we ran into into a problem where a long running cron script was > dying early because it is hitting FreeBSD's data segment size limit of > 512 Megs, even thou

altering "maxdsiz" or "datasize" limit ?

2010-10-05 Thread Mark Stosberg
Hello, We've been satisfied FreeBSD users for several years at our hosting company. Recently we ran into into a problem where a long running cron script was dying early because it is hitting FreeBSD's data segment size limit of 512 Megs, even though the machine has plenty more memory. I would li

Re: Increasing the datasize limit

2008-11-04 Thread Mel
On Tuesday 04 November 2008 22:52:00 Christopher Cowart wrote: > According to setrlimit(2), "Only the super-user may raise the maximum > limits," but apparently, I can't even increase the limit as the > superuser. > > What am I missing? The hardcoded default of 512Meg. Adjust in /boot/loader.conf

Increasing the datasize limit

2008-11-04 Thread Christopher Cowart
Hello, I have a large data-crunching job once a week that needs some more heap space. How do I go about increasing the datasize limit for a process? Here's what I've tried: | $ sudo su - | crunch# limits | Resource limits (current): | cputime infinity secs |

Re: GCC43 - Increase datasize limit

2007-06-07 Thread Kris Kennaway
u need to increase the datasize to at least 70 (and set > kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java > Support. > *** Error code 1 > > I made the entry in the /boot/loader.conf file and rebooted the > system but the build still fails. How d

GCC43 - Increase datasize limit

2007-06-07 Thread Gerard Seibert
This is a fresh installation of FreeBSD-6.2. I am attempting to install gcc43. When I type make, I receive the following error message: Making GCC 4.3.0 fir FreeBSD 6.2 target=i386-portbid-freebsd6.2 You need to increase the datasize to at least 70 (and set kern.maxdsiz="734003200"

Re: datasize ...

2006-08-29 Thread regisr
run the program but it use 1300M! As I set the maximum datasize to 1.5G it is OK for now. It is not very optimized :-( Thanks for your help, -- regis ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-question

Re: datasize ...

2006-08-29 Thread David Kelly
On Tue, Aug 29, 2006 at 07:22:12PM +0200, regisr wrote: > On Tue, 29 Aug 2006 09:15:52 -0500 > David Kelly <[EMAIL PROTECTED]> a ?crit: > > > Yes, you will have to tweak a few kernel values to allow more than 512M > > per process. And then have enough core RAM and swap to back your data. > > But

Re: datasize ...

2006-08-29 Thread regisr
On Tue, 29 Aug 2006 09:15:52 -0500 David Kelly <[EMAIL PROTECTED]> a écrit: > Yes, you will have to tweak a few kernel values to allow more than 512M > per process. And then have enough core RAM and swap to back your data. But I have yet set the limit to 1.5GB! I wanted to known if the limit to ~

Re: datasize ...

2006-08-29 Thread David Kelly
On Tue, Aug 29, 2006 at 08:01:34AM +0200, regisr wrote: > Hello, > > My computer is powered by a 32 bits CPU. I want to run a progam which > need datasize more than 3GB (may be the data should be temporary in a > file (but I don't wrote this software ;-) . > Does FreeBSD 6

datasize ...

2006-08-28 Thread regisr
Hello, My computer is powered by a 32 bits CPU. I want to run a progam which need datasize more than 3GB (may be the data should be temporary in a file (but I don't wrote this software ;-) . Does FreeBSD 6.1 can have a mechanism to do this? Other question: If I have less memory than 3G,

Re: limit datasize

2006-04-21 Thread Dan Nelson
In the last episode (Apr 21), Giuseppe Pagnoni said: > I am running into a memory problem when using large datasets. The > limit command shows: > > cputime unlimited > filesize unlimited > datasize 524288 kbytes > stacksize65536 kbytes > > however,

limit datasize

2006-04-21 Thread Giuseppe Pagnoni
Dear all, I am running into a memory problem when using large datasets. The limit command shows: cputime unlimited filesize unlimited datasize 524288 kbytes stacksize65536 kbytes coredumpsize unlimited memoryuseunlimited vmemoryuse unlimited descriptors 11095

Datasize change

2004-06-28 Thread Dave Raven
= "(1536 * 1024 * 1024)" However, I'm wondering if there is a way to do it with login.conf (limits) - here you can see the limits when datasize is unspecified (using kernel default) - however could I increase it through that mechanism? Or is there another way I could do thi

unlimit datasize

2004-03-17 Thread Chris Mutchler
I am running 4.9-RELEASE and I am having difficulty getting bind v9.2.3 to load my huge-set of zone files. It has been suggested to me that I need to change the datasize limit to INFINITY. However, when I try to run 'unlimit' it doesn't do anything. Here is what I am seein

Re: datasize higher than 512Mo or 2 Gb ?

2003-02-23 Thread Lowell Gilbert
Jacques Beigbeder <[EMAIL PROTECTED]> writes: > Someone said on Jan 16th: > Adding kern.maxdsiz="2147483647" to /boot/loader.conf ... > > This means that now kern.maxdsiz is 2 Gb. > > Does FreeBSD 5.0 supports higher values? I now have a PC > with 4 Gb of memory... and I want to use all th

datasize higher than 512Mo or 2 Gb ?

2003-02-21 Thread Jacques Beigbeder
Hello, Someone said on Jan 16th: Adding kern.maxdsiz="2147483647" to /boot/loader.conf ... This means that now kern.maxdsiz is 2 Gb. Does FreeBSD 5.0 supports higher values? I now have a PC with 4 Gb of memory... and I want to use all that memory for a single process. Or is there some p

How do you raise user's datasize to over 64MB ?

2002-07-24 Thread Mark Powell
Why can't I set a user's datasize over the default 64MB? I can set it to anything under that using login.conf, but raising it over 64MB has no effect. What am I missing? Root's is 512MB so it's obviously possible. Where is this 64MB limit coming from? Cheers. Mark