Skip to content

modules/shared/remote-builder: add mandatoryFeatures, maxJobs #1592

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

Closed
wants to merge 1 commit into from

Conversation

zowoq
Copy link
Contributor

@zowoq zowoq commented Nov 30, 2024

  nixCommunity.remote-builder.maxJobs = 1;

  nixCommunity.remote-builder.mandatoryFeatures = [ "gpu" ];

  nix.settings.max-jobs = 32;

  nix.settings.system-features = [ "gpu" ];

This is basically superseded now that there has been some discussion about running spot instances for cuda builds.

@zowoq zowoq closed this Mar 23, 2025
@zowoq zowoq deleted the remote-mandatory-max branch March 23, 2025 04:23
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.

1 participant