Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jan 2005 05:23:32 +0100
From:      Matthias Buelow <mkb@incubus.de>
To:        dkouroun@cc.uoi.gr
Cc:        freebsd-questions@freebsd.org
Subject:   Re: having 1.5GB RAM I cannot allocate more than 512MB RAM in 4.10
Message-ID:  <41FC6144.90405@incubus.de>
In-Reply-To: <1107027374.41fbe5ae47d36@webmail.uoi.gr>
References:  <20050129120037.2E16A16A4D3@hub.freebsd.org> <1107027374.41fbe5ae47d36@webmail.uoi.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
dkouroun@cc.uoi.gr wrote:
> This is the output of my ulimit:
> 
> #ulimit -a | grep data
> data seg size         (kbytes, -d) 524288
> #
> 
> So what is next?
> Is it possible to embed that information in the kernel? 
> Or, how is this information set by default? Is there any specific
> .conf file I should edit?

the ulimit (or limit on csh) shell builtin sets the process limits (see 
getrlimit(2)) for the current process (and its children).  please 
consult your shell's manual for the syntax of limit/ulimit.  run it in 
your shell startup files, or set the limits in /etc/login.conf for your 
login class.  you can bump up the limits up to the hard limit (limit -h, 
ulimit -Ha).

mkb.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41FC6144.90405>