Increase maxHeapSize more gradually

[?]
Aug 8, 2018, 9:26 AM
VMZDEQQ5Z3UY7YUR3DOCBYZ3U5GMNX7OODGB55DGZS7PVGIKXKLQC

Dependencies

  • [2] BGMBEXS6 Gradually increase maxHeapSize
  • [3] 5MP35ORV hydra-eval-jobs: Ugly hackery to reduce memory usage
  • [*] 4N5APGRG * Start of a helper tool to evaluate job expressions efficiently.

Change contents

  • replacement in src/hydra-eval-jobs/hydra-eval-jobs.cc at line 315
    [2.116][2.116:161]()
    maxHeapSize = maxHeapSize * 1.1;
    [2.116]
    [3.4036]
    maxHeapSize += 64 * 1024 * 1024;