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

add core_count and threads_per_core options to launch templates #149

Merged
merged 5 commits into from
Aug 3, 2023

Conversation

Dmitry1987
Copy link
Contributor

what

added core_count and threads_per_core options in order to run instances with no hyperthreading, for applications that need maximize single core performance (in some cases it's required).

why

the config option is available in the module but was not available in variables

references

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/launch_template#example-usage

@Dmitry1987 Dmitry1987 requested review from a team as code owners July 4, 2023 14:41
@Dmitry1987
Copy link
Contributor Author

this is good stuff, why nobody wants to approve? 😅
for single threaded apps, very much required functionality actually...

@Nuru Nuru added the no-release Do not create a new release (wait for additional code changes) label Aug 3, 2023
@Nuru Nuru merged commit fa5a07b into cloudposse:main Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-release Do not create a new release (wait for additional code changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants