mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-25 23:25:56 +03:00
[GH-ISSUE #283] Possible Mistake in Host System Requirements for Self-Host #76
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yousefmarey12 on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/hoppscotch/docs/issues/283
Hello,
So my device is 8 GB of RAM and more than 4 CPU cores. On the docs, it states min 4 GB RAM for building images, and I need to build images. However, I receive an error code of 139 when I build a docker image. This is just an out of memory error, which is likely due to insufficient RAM. When I did more research from a tutorial, it said that running docker images requires 16 GB or RAM instead of 4 GB. I came to the conclusion that I have to extend my RAM after through research in order to run a self-hosting instance of this repo.
Could the maintainers or anyone confirm that one can run a self-hosted instance on less than 16 GB of RAM? Otherwise, I propose for the 4 GB minimum requirement to be changed to 16 GB."
Thanks
@SanskritiHarmukh commented on GitHub (Jan 30, 2025):
Hey there, the tutorial you’re referring to is outdated. Kiran originally crafted those instructions for the initial version of setting up a self-hosted instance via Docker Compose. The system requirements mentioned in the official documentation are based on the current self-hosting setup for Hoppscotch.
@yousefmarey12 commented on GitHub (Feb 4, 2025):
Hello,
Yes, I figured out that the problem was that my 8 GB RAM was divided unequally between WSL and Windows, so WSL had less than 4 GB of RAM.
Thanks for the response