1. 26 Feb, 2018 14 commits
  2. 19 Feb, 2018 1 commit
  3. 18 Feb, 2018 6 commits
  4. 17 Feb, 2018 6 commits
  5. 13 Feb, 2018 1 commit
  6. 05 Feb, 2018 4 commits
  7. 04 Feb, 2018 7 commits
  8. 23 Jan, 2018 1 commit
    • Lucas C. Villa Real's avatar
      htop scans /proc to determine how many running tasks exist. Since that · ad991876
      Lucas C. Villa Real authored
      operation is not possible to be conducted in an atomic fashion, task
      scheduling effects can lead to a count greater than the number of actual
      processors; this is more easily noticed on machines with several CPUs
      and under heavy workload.
      This patch simply adds an upper bound on cpuCount to guarantee
      consistent reports of the number of running tasks at any given time.
      ad991876