AndrzejL

Squid limit file

Nov 4th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [root@icsserver Cache]# service squid restart
  2. Stopping squid: .... [ OK ]
  3. init_cache_dir ... Starting squid: . [ OK ]
  4. [root@icsserver Cache]# procesy | grep squid
  5. 12521 S 1.1 1.1 02:30:24 00:06 squid squid
  6. 12519 Ss 0.2 0.0 02:30:24 00:06 squid root
  7. 12523 S 0.0 0.0 02:30:24 00:06 log_file_daemon squid
  8. 12524 S 0.0 0.0 02:30:24 00:06 unlinkd squid
  9. [root@icsserver Cache]# cat /proc/12521/limits
  10. Limit Soft Limit Hard Limit Units
  11. Max cpu time unlimited unlimited seconds
  12. Max file size unlimited unlimited bytes
  13. Max data size unlimited unlimited bytes
  14. Max stack size 8388608 unlimited bytes
  15. Max core file size 0 unlimited bytes
  16. Max resident set unlimited unlimited bytes
  17. Max processes 8026 8026 processes
  18. Max open files 8192 8192 files
  19. Max locked memory 65536 65536 bytes
  20. Max address space unlimited unlimited bytes
  21. Max file locks unlimited unlimited locks
  22. Max pending signals 8026 8026 signals
  23. Max msgqueue size 819200 819200 bytes
  24. Max nice priority 20 20
  25. Max realtime priority 0 0
  26. Max realtime timeout unlimited unlimited us
  27. [root@icsserver Cache]#
Advertisement
Add Comment
Please, Sign In to add comment