mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3005] [bug]: Cant't compose Hoppscotch app on remote #976
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#976
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 @fabbow on GitHub (Apr 19, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3005
Is there an existing issue for this?
Current behavior
I can build the Hoppscotch app on my machine as per the self-hosting docs without issues.
When I run
docker compose upwithin a remote context, the admin, backend and database services build just fine, but the app build exits like this:Steps to reproduce
docker compose upon the remoteEnvironment
Production
Version
Self-hosted
@fabbow commented on GitHub (Apr 19, 2023):
Upon a bit of further reading, that does look like a RAM issue due to building on a remote. I assume the solution is to either beef up the machine or build locally and push the images to a registry for now :)
@eljump commented on GitHub (Apr 25, 2023):
I found this line in the configuration:
However, in your Docker configuration, it says that 2GB is enough, and that's why you are getting the error 137. The VPS has less RAM than is allowed to be used.
@liyasthomas commented on GitHub (Apr 25, 2023):
I've updated the documentation site to make more clarity on the system requirements while building the image and hosting the built output files. Thanks for noticing the lack of clarity in the docs.
@NicklasWallgren commented on GitHub (Jun 17, 2023):
It should be sufficient with "only" 6 GB of memory after applying the following patch, https://github.com/hoppscotch/hoppscotch/pull/3148.