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

Increase the maximum number of entries in requirements.psd1 #954

Open
AnatoliB opened this issue May 10, 2023 · 1 comment
Open

Increase the maximum number of entries in requirements.psd1 #954

AnatoliB opened this issue May 10, 2023 · 1 comment
Assignees
Labels

Comments

@AnatoliB
Copy link
Contributor

The maximum number of entries in requirements.psd1 is 10. The original intent was to protect users from the performance impact of installing too many modules. However, it is creating more problems than it solves:

  • It forces some users to specify the entire Az, even when they realize they don't need it, just to bring the number of entries below the limit.
  • It does not protect users from potential performance impact anyway: a single module can still be overwhelmingly large.

I propose increasing this limit significantly, perhaps even to MaxInt, but certainly not less than 100.

@Francisco-Gamino
Copy link
Contributor

Consider removing this check from the code base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants