2003-02-19 19:05:43

by Mark Frazer

[permalink] [raw]
Subject: more than 2048 unix98 ptys?

Is there a patch out there to allow more than 2048 unix98 ptys on
a single box?

thanks
-mark

--
Leela, there's nothing wrong with anything. - Fry


2003-02-19 19:23:09

by Richard B. Johnson

[permalink] [raw]
Subject: Re: more than 2048 unix98 ptys?

On Wed, 19 Feb 2003, Mark Frazer wrote:

> Is there a patch out there to allow more than 2048 unix98 ptys on
> a single box?
>
> thanks
> -mark
>
> --

Read the comments in .../linux-n.n/include/linux/tty.h and then
modify NR_PTYS accordingly. You need to add more majors as well.

Note that ptys are used for interactive terminals, you don't need
one for every network connection. You may be adding something that
you don't need and wasting kernel space.

Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
Why is the government concerned about the lunatic fringe? Think about it.


2003-02-19 19:56:06

by Mark Frazer

[permalink] [raw]
Subject: Re: more than 2048 unix98 ptys?

Richard B. Johnson <[email protected]> [03/02/19 14:38]:
> Read the comments in .../linux-n.n/include/linux/tty.h and then
> modify NR_PTYS accordingly. You need to add more majors as well.

I was hoping for something like the 32 bit dev_t that I've seen talked
about (but know very little about). I need 16 or 32K ptys. Getting that
many majors does not appear possible.

> Note that ptys are used for interactive terminals, you don't need
> one for every network connection. You may be adding something that
> you don't need and wasting kernel space.

It's for a PPP test client and we need a pty per session.

--
OK, but I don't want anyone thinking we're robosexuals. - Bender