Inconsistent Resource Limits in Docs

Problem description:
The Replit docs website says that all Repls come with 0.5 vCPU and 0.5 GB RAM, but the Replit blog disagrees. The link to the Replit blog can be found in the workspace and thus should be kept up to date.
image

Expected behavior:
Consistent documentation of Replit.

Actual behavior:
Discrepancies.

Bug appears at this link:
https://docs.replit.com/power-ups/boosts
image
https://blog.replit.com/repl-resources
image

1 Like

Thanks for pointing this out!

Repls do have 1gb of RAM, but the UI only shows 512mb for some reason.

2 Likes

Basic example (using C) showing that repls can use more than 512mb of RAM (the resources usage UI won’t show on the cover page, so try it on a fork):
https://replit.com/@9pfs/RAM-limit-example?v=1

1 Like