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

fix: Ensuring that threadsCount results in an integer rather than a double when cpus is an odd number. (Fixes #469 ) #470

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

englishtom
Copy link
Contributor

Ensuring that threadsCount results in an integer rather than a double when cpus is an odd number.

Description

Fixes #469

Additional context

No additional context.


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Before submitting the PR, please make sure you do the following

  • [] If it's a new feature, provide a convincing reason to add it. Ideally, you should open a suggestion issue first and have it approved before working on it.
  • Read the Contributing Guidelines.
  • Read the Pull Request Guidelines and follow the Commit Convention.
  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • [] Ideally, include relevant tests that fail without this PR but pass with it.

Ensuring that `threadsCount` results in an integer rather than a double.
@codesandbox
Copy link

codesandbox bot commented Mar 3, 2023

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@stackblitz
Copy link

stackblitz bot commented Mar 3, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@netlify
Copy link

netlify bot commented Mar 3, 2023

Deploy Preview for histoire-examples-svelte3 ready!

Name Link
🔨 Latest commit 8af312a
🔍 Latest deploy log https://app.netlify.com/sites/histoire-examples-svelte3/deploys/64022b532ad6200008ef16f3
😎 Deploy Preview https://deploy-preview-470--histoire-examples-svelte3.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Mar 3, 2023

Deploy Preview for histoire-examples-vue3 ready!

Name Link
🔨 Latest commit 8af312a
🔍 Latest deploy log https://app.netlify.com/sites/histoire-examples-vue3/deploys/64022b53025a3d0008c4777f
😎 Deploy Preview https://deploy-preview-470--histoire-examples-vue3.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Mar 3, 2023

Deploy Preview for histoire-site ready!

Name Link
🔨 Latest commit 8af312a
🔍 Latest deploy log https://app.netlify.com/sites/histoire-site/deploys/64022b53e29d7d000853063c
😎 Deploy Preview https://deploy-preview-470--histoire-site.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Mar 3, 2023

Deploy Preview for histoire-controls ready!

Name Link
🔨 Latest commit 8af312a
🔍 Latest deploy log https://app.netlify.com/sites/histoire-controls/deploys/64022b5335c1fb00099f3425
😎 Deploy Preview https://deploy-preview-470--histoire-controls.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@englishtom englishtom changed the title Fixes #469 Ensuring that threadsCount results in an integer rather than a double when cpus is an odd number. fix: Ensuring that threadsCount results in an integer rather than a double when cpus is an odd number. (Fixes #469 ) Mar 3, 2023
@Akryum Akryum merged commit 988c6c8 into histoire-dev:main Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Odd number of vCPUs causes invalid array length in tinypool
2 participants