About 5 results found. (Query 0.01700 seconds)
Я сейчас ещё раз читаю конфиг с комментариями orignal i2pd soft nofile 8192 orignal i2pd hard nofile 16535 orignal вот так у меня для юзера i2pd задано ` orignal, почему два и без @i2pd (без собачки)?
to many open files edit service: systemctl edit transmission-daemon.service past this: [Service] ExecStartPost =/usr/bin/prlimit --pid $MAINPID --nofile= 36000 save reload services: systemctl daemon-reload restart service: systemctl restart transmission-daemon.service
Do NOT use VPN or Tor on top of I2P - beside is fine 3. raise java heap memory to 512 or 756 MB in wrapper.config 4. raise the number of active files in /etc/security/limits.conf on linux with this line to 8192 or alike: * hard nofile 8192 5. on <a href=" http://127.0.0.1:7657/configadvanced - or in config file ~/.i2p/router.config set these paramters to sane values you like: i2np.ntcp.maxConnections=4000 i2np.udp.maxConnections=4000...
If you want to, try to change the advanced settings like: 1. raise java heap memory to 512 or 756 MB in wrapper.config 2. raise the number of active files in /etc/security/limits.conf on linux with this line to 4096 or more: * hard nofile 4096 3. on config advanced set these paramters to sane values you like: i2np.ntcp.maxConnections=2000 i2np.udp.maxConnections=2000 router.maxParticipatingTunnels=10000 4. restart server For the eepsite you can do the same, you can also copy the content of...
/elasticsearch:/usr/share/elasticsearch/data # ulimits: # memlock: # soft: -1 # hard: -1 # nofile: # soft: 65536 # hard: 65536 # ports: # - '127.0.0.1:9200:9200' web: # build: . image: tootsuite/mastodon:v4.0.2 restart: always container_name: web env_file: .env.production command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: - external_network -...