Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Aug 27, 2021
  2. Jul 23, 2021
  3. May 18, 2021
    • Lars Bilke's avatar
      [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
Loading