View Single Post
  #2   (View Single Post)  
Old 12th May 2013
rocket357's Avatar
rocket357 rocket357 is offline
Real Name: Jonathon
Wannabe OpenBSD porter
 
Join Date: Jun 2010
Location: 127.0.0.1
Posts: 429
Default

datasize-cur is the CURRENT limit. datasize-max is what this class is allowed to raise the datasize-cur limit to:

$ whoami
rocket357
$ userinfo rocket357 | grep class
class staff
$ ulimit -d
524288
$ ulimit -d 710000
$ ulimit -d
710000

By default datasize is 512 MB, but I am allowed to raise it to datasize-max...
__________________
Linux/Network-Security Engineer by Profession. OpenBSD user by choice.
Reply With Quote