• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed Thread configuration

Status
Not open for further replies.
Hi, i wonder what the thread configuration must be like, i use these settings atm but is there any wrong with these ?
Code:
threads:
  #Thread pool size for the ticking task of a VirtualServer
  #Do NOT TOUCH unless you're 100% sure!
  ticking: 20
  voice:
    #Max number of threads for command handling on the instance
    #Do NOT TOUCH unless you're 100% sure!
    execute_limit: 100
    #Threads per server for command executing
    #Do NOT TOUCH unless you're 100% sure!
    execute_per_server: 30
    #LibEvent events per server
    #Do NOT TOUCH unless you're 100% sure!
    events_per_server: 40
    #Minimum IO threads
    #Do NOT TOUCH unless you're 100% sure!
    io_min: 30
    #IO Thread increase per server
    #Do NOT TOUCH unless you're 100% sure!
    io_per_server: 40
    #Max IO threads
    #Do NOT TOUCH unless you're 100% sure!
    io_limit: 100
And i have a core dump crash, http://prntscr.com/kkho8q
please help me about what they are and how to edit them.
 

smartfuzion

Well-known member
Code:
voice:
    #Max number of threads for command handling on the instance
    #Do NOT TOUCH unless you're 100% sure!
    execute_limit: 10
    #Threads per server for command executing
    #Do NOT TOUCH unless you're 100% sure!
    execute_per_server: 3
    #LibEvent events per server
    #Do NOT TOUCH unless you're 100% sure!
    events_per_server: 3
    #Minimum IO threads
    #Do NOT TOUCH unless you're 100% sure!
    io_min: 3
    #IO Thread increase per server
    #Do NOT TOUCH unless you're 100% sure!
    io_per_server: 2
    #Max IO threads
    #Do NOT TOUCH unless you're 100% sure!
    io_limit: 10
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Well do you know what a thread is?
(sorry I have to ask else I have to explain that first)
 
yeah, i now what that is.
btw i am going to run 190 virtual server with 512 slot please give me a configuration that works with this settings.
 

mola19

Fanatic member
Premium User
Have you received any response?

I would also need some configuration, for approximately 200 servers.

But I do not know if it will be possible, there are problems of optimization even with a single server and 50 users online.

Always keep in mind that TeaSpeak is in beta state.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Well in general the default configuration woks with even larger servers.
But in general:
The more virtual servers you're running the more ticking threads you need (for example for 1000VS 4 ticking threads)
The rest does not really matters, except you have a ton of users (> 1000)

I recommend this one for a instance with a lot of virtual server, but with less users on each server.
Code:
voice:
    #Max number of threads for command handling on the instance
    #Do NOT TOUCH unless you're 100% sure!
    execute_limit: 10
    #Threads per server for command executing
    #Do NOT TOUCH unless you're 100% sure!
    execute_per_server: 2
    #LibEvent events per server
    #Do NOT TOUCH unless you're 100% sure!
    events_per_server: 2
    #Minimum IO threads
    #Do NOT TOUCH unless you're 100% sure!
    io_min: 2
    #IO Thread increase per server
    #Do NOT TOUCH unless you're 100% sure!
    io_per_server: 2
    #Max IO threads
    #Do NOT TOUCH unless you're 100% sure!
    io_limit: 10
 
Status
Not open for further replies.