Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 9
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)
Line 45... Line 45...
45
#@faculty        soft    nproc           20
45
#@faculty        soft    nproc           20
46
#@faculty        hard    nproc           50
46
#@faculty        hard    nproc           50
47
#ftp             hard    nproc           0
47
#ftp             hard    nproc           0
48
#@student        -       maxlogins       4
48
#@student        -       maxlogins       4
49
 
49
 
50
 
-
 
51
# End of file.
50
# End of file