Skip to content

docs(cloud): clarify free tier memory size#483

Open
dragnot wants to merge 1 commit into
mainfrom
docs/clarify-free-tier-memory
Open

docs(cloud): clarify free tier memory size#483
dragnot wants to merge 1 commit into
mainfrom
docs/clarify-free-tier-memory

Conversation

@dragnot
Copy link
Copy Markdown
Contributor

@dragnot dragnot commented May 14, 2026

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

  • Documentation
    • Clarified Free Tier capacity specification as 100MB of RAM instead of 100MB of storage
    • Updated pricing comparison table to reflect memory-based allocation
    • Expanded FAQ with Free Tier memory information

Review Change Stack

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>
@dragnot dragnot requested review from dudizimber and gkorland May 14, 2026 13:40
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 14, 2026

📝 Walkthrough

Walkthrough

Two 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.

Changes

Free Tier Capacity Clarification

Layer / File(s) Summary
Capacity specification and pricing table
cloud/free-tier.md
Free Tier deployment limit reworded to 100MB of RAM with max graph dataset size: 100MB. Pricing table adds Memory (RAM) column showing 100 MB for Free Tier and updates Max Graph Dataset values (~75% for paid tiers; custom for enterprise).
FAQ documentation updates
cloud/free-tier.md, cloud/index.md
FAQ entries updated to describe Free Tier instance limit as 100MB of RAM (max graph dataset size) instead of 100MB of storage, with expanded explanation of working memory availability.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

A bunny hops through docs so bright,
Clarifying RAM in the morning light,
One-hundred megs, not storage small,
Memory's the measure of it all! 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs(cloud): clarify free tier memory size' accurately summarizes the main change—clarifying Free Tier documentation to explicitly state the limit is 100MB of RAM rather than storage.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/clarify-free-tier-memory

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

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

📥 Commits

Reviewing files that changed from the base of the PR and between f7229b8 and e46d3ec.

📒 Files selected for processing (2)
  • cloud/free-tier.md
  • cloud/index.md

Comment thread cloud/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."
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

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.

Suggested change
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".

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