having 1.5GB RAM I cannot allocate more than 512MB RAM in 4.10
    Matthias Buelow 
    mkb at incubus.de
       
    Sat Jan 29 20:22:53 PST 2005
    
    
  
dkouroun at 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.
    
    
More information about the freebsd-questions
mailing list