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: update default resources for rust ipfs #177

Merged
merged 1 commit into from
May 16, 2024
Merged

Conversation

nathanielc
Copy link
Collaborator

As we know having less than 1 cpu can cause the odd deadlock in the C1 process. This makes the default a sane default.

@nathanielc nathanielc requested a review from smrz2001 May 16, 2024 14:15
cpu: Some(Quantity("250m".to_owned())),
memory: Some(Quantity("512Mi".to_owned())),
cpu: Some(Quantity("1".to_owned())),
memory: Some(Quantity("1Gi".to_owned())),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only real, change. The rest are test updates.

@nathanielc nathanielc enabled auto-merge May 16, 2024 14:16
Copy link
Collaborator

@smrz2001 smrz2001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@nathanielc nathanielc added this pull request to the merge queue May 16, 2024
Merged via the queue into main with commit df36dea May 16, 2024
5 checks passed
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.

2 participants