Closed wzli closed 3 years ago
Without more details, how many dependencies the project has, how the dependency tree looks and where at all that much memory gets used, there‘s nothing I can do. Because it isn’t at all obvious, why that much memory should be used.
Try the option ‘-n 1’ to reduce the number of threads and memory consumption. With the option ‘-v’ information about the tags creation is printed out and might help me to diagnose the issue.
Maybe intermittently save tags to disk instead of storing all in memory until the end. When program gets killed after out of memory the locks have to be manually cleared which is slightly annoying as well. I have 32GB installed so that already decently hefty.