We currently migrate to MediaWiki from our old installation, but not all content has been migrated yet.
Take a look at the Wiki Team page for instructions how to help
or browse through our new wiki at
wiki.linux-vserver.org
to find the information already migrated.
u/rlimits (vs2.0)
| Limit | ProcFS | config | Code | Unit | Description |
-t | CPU | | cpu | U- | s | amount of cpu time in seconds |
-f | FSIZE | | fsize | U- | kb | size of files created by the shell |
-d | DATA | | data | U- | kb | size of a process's data segment |
-s | STACK | | stack | U- | kb | stack size |
-c | CORE | | core | U- | kb | size of core files created |
-m | RSS | RSS | rss | -R | page | resident set size |
-u | NPROC | PROC | nproc | UR | 1 | number of processes |
-n | NOFILE | FILES | nofile | UR | 1 | number of file handles |
-l | MEMLOCK | VML | memlock | UR | page | pages locked into memory |
-v | AS/VM | VM | as | -R | page | virtual memory pages |
-? | LOCKS | LOCKS | locks | UR | 1 | file system locks |
-? | SIGPENDING | | | Ur | 1 | pending signals |
-p | MSGQUEUE | MSGQ | | -r | 512b | message queue size |
-? | NICE | | | U- | 1 | minimum nice level |
-? | RTPRIO | | | U- | 1 | maximum realtime prio |
| VLimit | | | | | |
-- | NSOCK (16) | SOCK | | -R | 1 | number of sockets |
-- | OPENFD (17) | OFD | | -R | 1 | number of file descriptors |
-- | ANON (18) | ANON | | -r | page | anonymous memory pages |
-- | SHMEM (19) | SHM | | -r | page | shared memory pages |
Code | Description |
U ... | ulimit (supported) |
R ... | rlimit (fully supported) |
r ... | rlimit (accounted/planned) |
- ... | unsupported |