What happens?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • weiterer
    Junior Member
    • Mar 2021
    • 3

    #1

    What happens?

    EP vs NPROC
  • weiterer
    Junior Member
    • Mar 2021
    • 3

    #2
    What happens if you set EP higher than NPROC?

    Also how does CloudLinux decide which one is a concurrent process and which one goes to nproc?

    Like process that last more than 1 second or 1 ms goes to nproc otherwise its a concurrent one?

    A process that last 1 minute would be in nproc correct? So if I send 50 x 1 minute process, I would have 50 EP but for how long until they go into nproc?

    I need to try to see which limit is actually the one that will cause resource usage in a server, because there is no point in having a fixed limit for concurrent process if the user then has unlimited process running in the background.

    Comment

    • bogdan.sh
      Administrator
      • Nov 2016
      • 1219

      #3
      Have you tried reading the following two articles: http://docs.cloudlinux.com/index.htm...ses_limit.html http://docs.cloudlinux.com/index.htm...ses_limit.html

      The difference is that EP is a dynamic number for processes who enters into LVE, but not one created inside it.

      Comment

      Working...