docs(cloud): clarify free tier memory size#483
Conversation
Free tier docs previously said '100MB of storage', which was ambiguous since FalkorDB is in-memory. Clarify it is 100MB of RAM (also the max graph dataset size), add Memory/Max Graph Dataset rows to the pricing comparison table to match terminology used by Startup/Pro tier pages, and update the matching wording in cloud/index.md FAQ. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
📝 WalkthroughWalkthroughTwo documentation files clarify Free Tier capacity specifications: the main free-tier.md page redefines capacity as 100MB of RAM (with 100MB max graph dataset size) and updates the pricing table accordingly, while the FAQ sections in both free-tier.md and index.md are revised to reflect the new RAM-based terminology instead of storage. ChangesFree Tier Capacity Clarification
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@cloud/index.md`:
- Line 77: Update the FAQ sentence that currently reads "FalkorDB offers a
**Free Tier** that provides a fully functional graph database instance with
100MB of RAM (max graph dataset size) on AWS or GCP — no credit card required."
to explicitly use the phrase "max graph dataset size: 100MB" so it matches the
Free Tier page wording; locate and edit the string/line containing a5 in
cloud/index.md and replace the parenthetical phrasing with "max graph dataset
size: 100MB".
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 301fe40e-1527-4b61-9dba-08a6030e3954
📒 Files selected for processing (2)
cloud/free-tier.mdcloud/index.md
| a4="All tiers include **Multi-Graph / Multi-Tenancy** and **Graph Access Control**. Higher tiers add TLS, VPC, high availability, automated backups, and dedicated support." | ||
| q5="Is there a free trial available?" | ||
| a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB storage on AWS or GCP — no credit card required." | ||
| a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size) on AWS or GCP — no credit card required." |
There was a problem hiding this comment.
Make the max dataset value explicit for consistency.
Use max graph dataset size: 100MB here as well, so this FAQ matches the wording used on the Free Tier page and avoids ambiguity.
Suggested wording
- a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size) on AWS or GCP — no credit card required."
+ a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size: 100MB) on AWS or GCP — no credit card required."📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size) on AWS or GCP — no credit card required." | |
| a5="FalkorDB offers a **Free Tier** that provides a fully functional graph database instance with 100MB of RAM (max graph dataset size: 100MB) on AWS or GCP — no credit card required." |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@cloud/index.md` at line 77, Update the FAQ sentence that currently reads
"FalkorDB offers a **Free Tier** that provides a fully functional graph database
instance with 100MB of RAM (max graph dataset size) on AWS or GCP — no credit
card required." to explicitly use the phrase "max graph dataset size: 100MB" so
it matches the Free Tier page wording; locate and edit the string/line
containing a5 in cloud/index.md and replace the parenthetical phrasing with "max
graph dataset size: 100MB".
Summary
The Free Tier docs previously described the limit as "100MB of storage", which is ambiguous since FalkorDB is an in-memory graph database. This PR makes it explicit that the limit is 100MB of RAM (which is also the maximum graph dataset size) and aligns terminology with the Startup/Pro tier pages.
Changes
cloud/free-tier.md: reword intro paragraph to say "100MB of RAM (max graph dataset size: 100MB)".cloud/free-tier.md: add Memory (RAM) and Max Graph Dataset rows to the pricing comparison table so all tiers can be compared on the same dimensions.cloud/free-tier.md: update FAQ q1/a1 from "How much storage…" to "How much memory…" and clarify FalkorDB is in-memory.cloud/index.md: update matching FAQ wording ("100MB storage" → "100MB of RAM (max graph dataset size)").Testing
N/A — documentation-only change. No code, build, or test impact.
Memory / Performance Impact
N/A.
Related Issues
None.
Summary by CodeRabbit