target / lorri

Your project's nix-env
Apache License 2.0
993 stars 69 forks source link

No documentation about runtime garbage collection #487

Open erikarvstedt opened 3 years ago

erikarvstedt commented 3 years ago

After reading the README I couldn't find any information on how lorri handles runtime garbage collection. My question is: Does the lorri daemon implement a heuristic or an explicit command to unwatch projects? Or does it accumulate inotify watchers (and memory) over time until system limits are exhausted?

Please add this to the documentation.