Add note about momentarily exceeding memory limits

This commit is contained in:
adisbladis 2023-06-26 12:10:51 +12:00
parent d9396a82ce
commit 3df60c2621

View file

@ -117,6 +117,8 @@ this value as needed. For example, if you have a system with a lot of memory
and want to speed up the evaluation, you may want to increase the memory limit
to allow workers to cache more data in memory before getting restarted by
nix-eval-jobs.
Note that this is not a hard limit and memory usage may rise above the limit momentarily
before the worker process exits.
Overall, tuning these options can help you optimize the performance and memory
usage of nix-eval-jobs to better fit your system and evaluation needs.