Edit

IABSD.fr/ports/net/i2pd/pkg/README

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-04-16 15:22:32
    Hash : 40bb529f
    Message : update to i2pd-2.51.0, from openbsd at systemfailure dot net

  • net/i2pd/pkg/README
  • +-----------------------------------------------------------------------
    | Running ${PKGSTEM} on OpenBSD
    +-----------------------------------------------------------------------
    
    Resource Limits: File Descriptors
    =================================
    
    ${PKGSTEM} needs to open a lot of file descriptors.
    
    For a regular node, you should raise the system-wide maxfiles limit to
    8192:
    
    	# sysctl kern.maxfiles=8192
    	# echo "kern.maxfiles=8192" >> /etc/sysctl.conf
    
    If you intend to run a floodfill, you should raise this limit even more:
     
    	# sysctl kern.maxfiles=16000
    	# echo "kern.maxfiles=16000" >> /etc/sysctl.conf
    
    and also edit /etc/login.conf.d/i2pd:
    
    	i2pd:\
    		:openfiles-cur=8192:\
    		:openfiles-max=8192:\
    		:tc=daemon: