Subversion Repositories configs

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 8
Line 4... Line 4...
4
#
4
#
5
#<domain>        <type>  <item>  <value>
5
#<domain>        <type>  <item>  <value>
6
#
6
#
7
#Where:
7
#Where:
8
#<domain> can be:
8
#<domain> can be:
9
#        - an user name
9
#        - a user name
10
#        - a group name, with @group syntax
10
#        - a group name, with @group syntax
11
#        - the wildcard *, for default entry
11
#        - the wildcard *, for default entry
12
#        - the wildcard %, can be also used with %group syntax,
12
#        - the wildcard %, can be also used with %group syntax,
13
#                 for maxlogin limit
13
#                 for maxlogin limit
14
#
14
#
Line 19... Line 19...
19
#<item> can be one of the following:
19
#<item> can be one of the following:
20
#        - core - limits the core file size (KB)
20
#        - core - limits the core file size (KB)
21
#        - data - max data size (KB)
21
#        - data - max data size (KB)
22
#        - fsize - maximum filesize (KB)
22
#        - fsize - maximum filesize (KB)
23
#        - memlock - max locked-in-memory address space (KB)
23
#        - memlock - max locked-in-memory address space (KB)
24
#        - nofile - max number of open files
24
#        - nofile - max number of open file descriptors
25
#        - rss - max resident set size (KB)
25
#        - rss - max resident set size (KB)
26
#        - stack - max stack size (KB)
26
#        - stack - max stack size (KB)
27
#        - cpu - max CPU time (MIN)
27
#        - cpu - max CPU time (MIN)
28
#        - nproc - max number of processes
28
#        - nproc - max number of processes
29
#        - as - address space limit (KB)
29
#        - as - address space limit (KB)