Mamading Ceesay
Mamading Ceesay
See the PR #64
Okay, I saw your comment on the pull request. Will try your suggested changes.
Have updated the PR.
So to summarize what I'm seeing. As you said in the PR, the generated yaml looks fine. I'm happy with it. The issue seems to be what is done with...
It's probably worth noting that the generated yaml file for the second org is over twice the size of that for the first.
Okay, point taken regarding repo refs. Have fired up a local instance and am watching the indexer logs to see what's going on. The second org is https://github.com/holochain/ and I...
Okay I'm seeing stuff like this in the indexer log: ``` 2020-10-12 12:59:10,531 DEBUG [repoxplorer.indexer.git.indexer] b'warning: inexact rename detection was skipped due to too many files.\nwarning: you may want to...
Also seeing stuff like this: ``` exited with code 128 2020-10-12 13:35:53,940 ERROR [indexerDaemon] Exception is: multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib64/python3.7/multiprocessing/pool.py", line 121, in worker result...
So I'm in the process of bumping up the amount of ram in the virtual machine that the container is running on locally. If I can determine how much is...
Upping the memory is definitely stopping the crashes. However since more branches are being indexed, the initial indexing is taking a lot longer to run to completion and hasn't finished...