Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ort takes long time #4117

Closed
chimisu opened this issue Jun 4, 2021 · 5 comments
Closed

ort takes long time #4117

chimisu opened this issue Jun 4, 2021 · 5 comments
Labels
analyzer About the analyzer tool question An issue that is actually a question

Comments

@chimisu
Copy link

chimisu commented Jun 4, 2021

Hi Team

ort is running in docker,it takes nearly 20 minutes,is this normal? How can I optimize it?

@sschuberth
Copy link
Member

Can you be more specific about which part of ORT takes long for you? The analyzer tool? The scanner tool? Or building the Docker image?

@sschuberth sschuberth added the needs info An issue where further information is required label Jun 4, 2021
@chimisu
Copy link
Author

chimisu commented Jun 4, 2021

run analyze command in docker.

@sschuberth
Copy link
Member

sschuberth commented Jun 4, 2021

On what kind of project? Judging from your avatar I assume Go? If so, this might be related to #3934 (and also #3825 somewhat).

Edit: And it seems we have a duplicate in the form of #3860.

@chimisu
Copy link
Author

chimisu commented Jun 4, 2021

java and nodejs project

@sschuberth
Copy link
Member

NodeJS dependency trees are actually very deep, and we need to contact the NPM registry to get metadata for each package. So depending on the size of your project(s), the speed of your Internet connection etc., and analysis for such a project might indeed take several minutes.

@sschuberth sschuberth added analyzer About the analyzer tool question An issue that is actually a question and removed needs info An issue where further information is required labels Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer About the analyzer tool question An issue that is actually a question
Projects
None yet
Development

No branches or pull requests

2 participants