./configure max_clients

Post here if you need help setting up your server, etc.
Post Reply
User avatar
INW
Reverse Outside Corner Grinder
Posts: 1950
Joined: Tue Jul 07, 2009 4:10 pm
Location: Charlotte, NC, USA

./configure max_clients

Post by INW »

Kyle ran the command across me at one point but I forgot what it was.

You know the max_clients, by default, is set to 32. But what if I want it 50 or 64?

What is that line that should be run with configuring the server?
User avatar
kyle
Reverse Outside Corner Grinder
Posts: 1897
Joined: Thu Jun 08, 2006 3:33 pm
Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
Contact:

Re: ./configure max_clients

Post by kyle »

read ./configure --help

--with-maxclients 109
Image
User avatar
INW
Reverse Outside Corner Grinder
Posts: 1950
Joined: Tue Jul 07, 2009 4:10 pm
Location: Charlotte, NC, USA

Re: ./configure max_clients

Post by INW »

kyle wrote:read ./configure --help
I tried that and failed to read.
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Re: ./configure max_clients

Post by epsy »

Code: Select all

./configure --help|grep -i clients
User avatar
INW
Reverse Outside Corner Grinder
Posts: 1950
Joined: Tue Jul 07, 2009 4:10 pm
Location: Charlotte, NC, USA

Re: ./configure max_clients

Post by INW »

--with-maxclients=X worked.

:|
Post Reply