|
I am analyzing a collection of Python files using python-lgtm-full.qls codeql suite. The collection has around 74749 files within various directories. The analysis is stuck at the first query for around a day now. Is this normal? How to resolve this? |
Answered by
hmakholm
Apr 23, 2021
Replies: 1 comment 8 replies
|
75k files is rather large, but taking more than a day for the analysis still doesn't sound right. Is the analysis process using CPU? Does it keep writing to its log file -- usually <database_directory>/log/execute-queries-<timestamp>.log? Can you show the last several dozen lines of the log? EDIT [adityasharad]: marking #5759 (reply in thread) as the answer. |
8 replies
Answer selected by
adityasharad
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
75k files is rather large, but taking more than a day for the analysis still doesn't sound right.
Is the analysis process using CPU? Does it keep writing to its log file -- usually <database_directory>/log/execute-queries-<timestamp>.log? Can you show the last several dozen lines of the log?
EDIT [adityasharad]: marking #5759 (reply in thread) as the answer.