git: dsynth - Improve DynamicMaxWorkers

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Aug 21 18:49:16 PDT 2019


commit f7f25838cbeef326c1dad84da22cba7d9f087a8c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Aug 21 10:46:44 2019 -0700

    dsynth - Improve DynamicMaxWorkers
    
    * Allow the slow-start mode to be overriden with an
      options (-sN)
    
    * Do not count swapcache swap in the swap calculation
    
    * When dynamic worker limiting is active, display the
      limit in the upper-right-hand corner of the ncurses
      display.  When not, clear that field for brevity.
    
    * The packaging step now pre-scans the package directory
      and deletes and '.new' files that might have been left
      over from an interrupt.

Summary of changes:
 usr.bin/dsynth/build.c  | 42 ++++++++++++++++++++++++++++++++++++------
 usr.bin/dsynth/dsynth.c |  6 +++++-
 usr.bin/dsynth/dsynth.h |  2 ++
 usr.bin/dsynth/gui.c    | 18 +++++++++++++++++-
 usr.bin/dsynth/repo.c   | 37 +++++++++++++++++++++++++++++++++++++
 usr.bin/dsynth/subs.c   |  7 +++++--
 6 files changed, 102 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f7f25838cbeef326c1dad84da22cba7d9f087a8c


-- 
DragonFly BSD source repository



More information about the Commits mailing list