Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 522266
Collapse All | Expand All

(-)make-3.82/job.c (-1 / +1 lines)
Lines 1931-1937 Link Here
1931
    }
1931
    }
1932
1932
1933
  /* Try to guess what the load would be right now.  */
1933
  /* Try to guess what the load would be right now.  */
1934
  guess = load + (LOAD_WEIGHT_A * (job_counter + last_sec));
1934
  guess = load - max_load_average + job_slots_used;
1935
1935
1936
  DB (DB_JOBS, ("Estimated system load = %f (actual = %f) (max requested = %f)\n",
1936
  DB (DB_JOBS, ("Estimated system load = %f (actual = %f) (max requested = %f)\n",
1937
                guess, load, max_load_average));
1937
                guess, load, max_load_average));

Return to bug 522266