Announcement

Collapse
No announcement yet.

unable to set concurrent connection

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • unable to set concurrent connection

    hi,

    we tried to set mep = concurrent connection,
    but the system did not reflect it.

    our current setting is fixed dead at 20.
    we cant increase it for our specific users nor
    set anything in default

    anyone know what might be causing it?

    thans

  • #2
    when we tried to edit the same account,
    it still shows 20,

    even cpanel account also show 20 processes max.

    Comment


    • #3
      Hi,

      I have a couple of questions for you.
      What CloudLinux kernel you are using? Show us "uname -r"
      Are you edit mep via WHM interface?
      What if you change from console? Try the following and show us the output:

      Code:
      lvectl list-user | grep USERNAME
      
      lvectl set -user USERNAME --maxEntryProcs=25
      
      lvectl list-user | grep USERNAME
      Just replace USERNAME with real user.

      Comment

      Working...
      X