Thread: No more PTYs
View Single Post
spry_dustin
Former Employee

Join Date: Oct 2005
Posts: 31
 
12-08-2005, 09:35 AM
Default

Hello,

Our VPS products have a limit in place for the maximum number of PTYs. You can see the current limit vs usage by logging into your VPS as root via ssh and executing the command:

cat /proc/user_beancounters | egrep 'pty|lim'

The output should be something similar to :

Code:
# cat /proc/user_beancounters | egrep 'pty|lim'
       uid  resource           held    maxheld    barrier      limit    failcnt
            numpty                1          1         16         16          0
In this instance the maximum number is 16.

If you need the maximum number of this value increased you may upgrade your VPS to the next product level in your category. To do so, please submit a support ticket via https://www.spry.com/support/myaccount or contact our sales department at sales@spry.com.

Please let me know if that's not the answer you were looking for or if you have any additional questions.

Regards,
Dustin

Spry Hosting Support
https://www.spry.com/support/myaccount/

Last edited by spry_dustin; 12-08-2005 at 12:24 PM.
spry_dustin is offline