sched_4bsd.c Quantum change

From: Ashwin Chandra (ashcs_at_ucla.edu)
Date: 02/25/05

  • Next message: Scott Long: "Driver Update Disk discussion"
    To: <freebsd-hackers@freebsd.org>
    Date: Thu, 24 Feb 2005 16:49:59 -0800
    
    

    Quick question for you hackers!

    If i wanted to change the scheduler to have a certain marked bad process have a higher time quantum than everyone elses (because it is behaving bad, high mem usage and context switching) to let it run longer to finish faster and avoid context switches and swapping, is this possible in the current scheduler without major changes to it? Right now the scheduler works by having a uniform quantum for all processes, am i correct?

    Thanks
    Ash
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Scott Long: "Driver Update Disk discussion"