docs(environment-setup): reconcile machine sizing with the preflight gate#54
Merged
Conversation
…gate The installer now hard-fails below ~5 GB RAM on Linux (was warn-only), so the old "it only warns" line was wrong. State minimum-to-run (2 CPU / 5 GB / 10 GB) vs recommended-to-train (4 CPU / 16 GB / 50 GB) consistently across quickstart, deploy-local, and the setup guide. A single training job reserves ~8 GB. Pairs with tracebloc/client#217 · refs tracebloc/backend#744 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
👋 Heads-up — Code review queue is at 22 / 8 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
LukasWodka
added a commit
that referenced
this pull request
Jun 6, 2026
Mintlify dev preview at tracebloc-develop.mintlify.app was returning 404 on every page that wasn't part of a recent incremental build. Confirmed by curl: the 3 paths touched by #54 returned 200, all others 404. Adding a trailing newline to all 31 .mdx files marks them as changed in git so Mintlify's incremental builder treats every page as needing update, restoring full dev preview coverage. No content change — just file-mtime/hash bump. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reconcile the stated machine sizing with the new installer preflight gate (tracebloc/client#217), which now hard-fails below ~5 GB RAM on Linux instead of only warning — so the old "it only warns" line in the quickstart was wrong.
Pairs with tracebloc/client#217 · refs tracebloc/backend#744
🤖 Generated with Claude Code