Ignore:
Timestamp:
Jul 9, 2009, 3:48:21 PM (15 years ago)
Author:
mitchb
Message:
Reintegrate branches/fc11-dev (r1121:1258) to trunk
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/server/fedora/config/etc/security/limits.conf

    r1165 r1259  
    2727#        - cpu - max CPU time (MIN)
    2828#        - nproc - max number of processes
    29 #        - as - address space limit
     29#        - as - address space limit (KB)
    3030#        - maxlogins - max number of logins for this user
    3131#        - maxsyslogins - max number of logins on the system
     
    3434#        - sigpending - max number of pending signals
    3535#        - msgqueue - max memory used by POSIX message queues (bytes)
    36 #        - nice - max nice priority allowed to raise to
     36#        - nice - max nice priority allowed to raise to values: [-20, 19]
    3737#        - rtprio - max realtime priority
    3838#
     
    4141
    4242# No limits for root
    43 root            -
     43root             -
     44scripts-build    -
    4445
    4546# For everyone else,
    46 *               soft    core            0
    47 *               -       rss             524268
    48 *               -       data            1048576
    49 *               -       as              1048576
     47*                soft    core            0
     48*                -       rss             524268
     49*                -       data            1048576
     50*                -       as              1310720
     51
     52#*               soft    core            0
    5053#*               hard    rss             10000
    5154#@student        hard    nproc           20
Note: See TracChangeset for help on using the changeset viewer.