Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Lars Bilke's avatar
    4060392b
    [cmake] Job pools for Ninja. · 4060392b
    Lars Bilke authored and Dmitri Naumov's avatar Dmitri Naumov committed
    Better parallelization of the build:
    
    There are two job pools:
    
    - light_tasks on most systems will utilize all available logical cores
      (default)
    - heavy_tasks requires 4 GB of free memory per job, is used for all
      processes. Could be optimized by introducing another pool with less
      memory requirements (medium_tasks) and use it in the more simple
      processes.
    4060392b
    History
    [cmake] Job pools for Ninja.
    Lars Bilke authored and Dmitri Naumov's avatar Dmitri Naumov committed
    Better parallelization of the build:
    
    There are two job pools:
    
    - light_tasks on most systems will utilize all available logical cores
      (default)
    - heavy_tasks requires 4 GB of free memory per job, is used for all
      processes. Could be optimized by introducing another pool with less
      memory requirements (medium_tasks) and use it in the more simple
      processes.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.