mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.28k stars 1.11k forks source link

dd_meta_index_set: fd=1024 is not less then limit max_ifd=1024 or negative. Execution aborted. #1034

Closed mumble-voip closed 7 years ago

mumble-voip commented 11 years ago

Hi,

When starting the static 1.2.4 linux binary file we're seeing: murmur.x86-1.2.4: fd_meta_index_set: fd=1024 is not less then limit max_ifd=1024 or negative. Execution aborted.

We have a lot of virtual servers so we're expecting to need a lot of file descriptors.

Thanks!

This ticket has been migrated from sourceforge. It is thus missing some details like original creator etc. The original is at https://sourceforge.net/p/mumble/bugs/1034/ .

Kissaki commented 11 years ago

Did you see the FAQ entry on max file descriptors? http://mumble.sourceforge.net/FAQ#I.27m_running_many_virtual_servers_or_have_many_users_connected.2C_and_the_server_becomes_unstable

mumble-voip commented 11 years ago

Hi,

Yep, we've already set the ulimit properly. I believe that the issue is that the static version of murmur that is offered on the mumble site is compiled with a max fd limit of 1024. When we compile murmur from source and run it on the server we don't run into the problem

Thanks,

mkrautz commented 7 years ago

Closing in favour of #2751.