exclude LVE & process more than 100% CPU

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ffeingol
    Junior Member
    Forum Explorer
    • Mar 2021
    • 11

    #1

    exclude LVE & process more than 100% CPU

    Hello :

    - How Can exclude specify user or domain fr om lim iting of Process in LVE ?? I it possible ?

    - some user process going up from 100% CPU !! How can resolve this problem ? because LVE stop that process when going UP from 100 % ??

    Thank you
  • iseletsk
    Senior Member
    • Dec 2017
    • 1199

    #2
    1. There is no way to exclude individual domain. You can adjust limits, and set it very high for that domain (which would do same thing)

    2. Are you monitoring it via top? If yes -- please read this:
    https://helpdesk.cloudlinux.com/inde...-the-limit-for

    Comment

    • mahdysharifi
      Junior Member
      • Apr 2017
      • 8

      #3
      Thanks.

      what is this ? "Number of Cores Per LVE" ??

      Thank

      Comment

      • iseletsk
        Senior Member
        • Dec 2017
        • 1199

        #4
        number of cores (CPUs) that processes within any particular LVE are allowed to use.
        So, if you have a site, and ncpu is set to 1, all processes belonging to that site will be able to use just one core
        If you have ncpu set to 2 -- all those processes will be able to use 2 cores..

        Comment

        • mahdysharifi
          Junior Member
          • Apr 2017
          • 8

          #5
          OK ... I find an other Problem. My Server have 4 Core.
          But I can set LVE ncpu to more than 1 .

          Why ?

          Comment

          • iseletsk
            Senior Member
            • Dec 2017
            • 1199

            #6
            yes, you can. The only thing is that you need to reboot after that.
            lvectl set default --ncpu=2 --save
            reboot

            will do it.

            Comment

            Working...