On Tue, Sep 20, 2005 at 04:38:58PM +0000, Christos Zoulas wrote:
Module Name:    src
Committed By:   christos
Date:           Tue Sep 20 16:38:58 UTC 2005
Modified Files:
        src/sys/arch/i386/include: vmparam.h
Log Message:
- Bump default data size from 128M to 256M, allows the java interpreter to
  start up without unlimit.
- Bump max data size from 2G to 3G. The actual space we are allowed to
allocate
  is somewhere between 2G and 3G, so trying to allocate above that will fail.
- Bump max stack size from 32M to 64M.
Are those the 'soft' limits?
Should we be looking at setting the 'hard' limits to sane values
(so that a non-priviledged user can't use all the kernel resources)