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

knife commands are very slow in windows #833

Open
thirumoorthir opened this issue Dec 27, 2019 · 2 comments
Open

knife commands are very slow in windows #833

thirumoorthir opened this issue Dec 27, 2019 · 2 comments
Labels
Aspect: Performance Works without negatively affecting the system running it. Platform: Windows Type: Bug Does not work as expected.

Comments

@thirumoorthir
Copy link

Description

After installing chefdk knife command takes more than two minutes to finish run

Chef Workstation Version

Platform Version

It happens only in windows OS --all

@thirumoorthir thirumoorthir added the Status: Untriaged An issue that has yet to be triaged. label Dec 27, 2019
@tas50
Copy link
Contributor

tas50 commented Dec 30, 2019

This is a known issue that we're working on currently.

@tas50 tas50 added Platform: Windows Type: Bug Does not work as expected. Aspect: Performance Works without negatively affecting the system running it. and removed Status: Untriaged An issue that has yet to be triaged. labels Dec 30, 2019
@tas50
Copy link
Contributor

tas50 commented Feb 4, 2020

A large part of this has been resolved in #914. We had a lot of extra requires that were happening in the various knife cloud plugins which were running anything you did something in knife. The logic in Ruby to require a library is particularly slow on Windows so this had a large impact there. I'm going to leave this open for now since there's additional work, to do such as #864, but #914 should have a pretty huge impact on performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aspect: Performance Works without negatively affecting the system running it. Platform: Windows Type: Bug Does not work as expected.
Projects
None yet
Development

No branches or pull requests

2 participants