NoPaste

Ubuntu: YaCy Daemon Script Config

von Anonymous

SNIPPET_TEXT:
  1. # Defaults for tor initscript
  2. # sourced by /etc/init.d/yacy
  3. # installed at /etc/default/yacy by the maintainer scripts
  4.  
  5. #
  6. # This is a bash shell fragment
  7. #
  8. RUN_DAEMON="yes"
  9.  
  10. #
  11. # Servers sometimes may need more than the default 1024 file descriptors
  12. # if they are very busy and have many clients connected to them.
  13. #  (ulimit -n)
  14. #
  15. MAX_FILEDESCRIPTORS=8192
  16.  
  17. #
  18. # If yacy is seriously hogging your CPU, taking away too much cycles from
  19. # other system resources, then you can renice yacy.  See nice(1) for a
  20. # bit more information.
  21. #
  22. # NICE="5"
  23.  
  24. # Additional arguments to pass on yacy's command line.
  25. #
  26. # ARGS=""
  27.  
  28. #
  29. # Uncomment this if you want to get coredumps
  30. #
  31. ulimit -c unlimited

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN