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?
./configure max_clients
- 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
read ./configure --help
--with-maxclients 109
--with-maxclients 109
- INW
- Reverse Outside Corner Grinder
- Posts: 1950
- Joined: Tue Jul 07, 2009 4:10 pm
- Location: Charlotte, NC, USA
Re: ./configure max_clients
I tried that and failed to read.kyle wrote:read ./configure --help
-
- Adjust Outside Corner Grinder
- Posts: 2003
- Joined: Tue Nov 07, 2006 6:02 pm
- Location: paris
- Contact:
Re: ./configure max_clients
Code: Select all
./configure --help|grep -i clients
- INW
- Reverse Outside Corner Grinder
- Posts: 1950
- Joined: Tue Jul 07, 2009 4:10 pm
- Location: Charlotte, NC, USA
Re: ./configure max_clients
--with-maxclients=X worked.