Guest User

Untitled

a guest
Jan 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # == Configuration ============================================================
  2. #
  3. # -----------------------------------------------------------------------------
  4. # Affects Hard/Soft Item Value
  5. # -----------------------------------------------------------------------------
  6. * soft nproc 2000 # Default per-user processes
  7. * hard nproc 10000 # Maximum per-user processes
  8. # -----------------------------------------------------------------------------
  9. * soft rss 2097152 # Default RAM usage limit
  10. * hard rss 4194304 # Maximum RAM usage limit
  11. # -----------------------------------------------------------------------------
  12. * soft priority 0 # Default process priority
  13. * hard priority -10 # Maximum process priority
  14. # -----------------------------------------------------------------------------
  15. * soft nofile 50000 # Default open files limit
  16. * hard nofile 100000 # Maximum open files limit
  17. # -----------------------------------------------------------------------------
  18. * - maxlogins 10 # Maximum logins per unknown
  19. @users - maxlogins 200 # Maximum logins per user
  20. * hard maxsyslogins 200 # Maximum system logins
  21. # -----------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment