On Sunday 21 February 2016 12:57:52 Julien ROBIN wrote:
When I had 2 tor clients running (the second launched manually by a user named "tor2"), I modified the "limits.conf" file, adding those 2 lines at the end :
#* soft core 0 #root hard core 100000 #* hard rss 10000 #@student hard nproc 20 #@faculty soft nproc 20 #@faculty hard nproc 50 #ftp hard nproc 0 #ftp - chroot /ftp #@student - maxlogins 4 tor2 soft nofile 100000 tor2 hard nofile 100000
May be it needs a restart, or it doesn't apply to what have been started by "tor2" user before the modification When tor is launched by /etc/init.d/tor start may be this haven't to be done manually.
Thanks Julian for the hint. I adjusted limits.conf accordingly, so the users that run the tor processes get increased number of fds.
torland