Skip site navigation (1)Skip section navigation (2)
Date:      	Sun, 24 Nov 1996 00:19:59 -0800 (PST)
From:      Tom Samplonius <tom@sdf.com>
To:        hackers@freebsd.org
Subject:   "limit" strangeness
Message-ID:  <Pine.NEB.3.94.961124001433.9989A-100000@misery.sdf.com>

next in thread | raw e-mail | index | archive | help

  This is weird.  The soft limit for "datasize" is larger than the hard
limit.  The softlimit amount for "datasize" coresponds to the MAXDSIZ and
DFLDSIZ param in my kernel config.  But what sets the hard limit size?  Is
the hard limit based on MAXMEM (system has 128M)?  Isn't MAXMEM supposed
to indicate the amount of physical memory?

Script started on Sun Nov 24 00:19:19 1996
atlas# limit
cputime 	unlimited
filesize 	unlimited
datasize 	195312 kbytes
stacksize 	8192 kbytes
coredumpsize 	unlimited
memoryuse 	63496 kbytes
memorylocked 	42333 kbytes
maxproc 	256 
openfiles 	512 
atlas# limit -h
cputime 	unlimited
filesize 	unlimited
datasize 	131072 kbytes
stacksize 	65536 kbytes
coredumpsize 	unlimited
memoryuse 	unlimited
memorylocked 	127000 kbytes
maxproc 	unlimited
openfiles 	unlimited
atlas# whoami
root
atlas# 


Tom




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.94.961124001433.9989A-100000>