[bug] Compiling lib/poison/parser.ex v5.0.0 freezes system #521
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#521
Loading…
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?
Your setup
Docker
Extra details
Docker CLI
Version
Latest stable
PostgreSQL version
Not sure, can't check anymore
What were you trying to do?
I was following the docker install guide
https://docs.akkoma.dev/stable/installation/docker_en/
What did you expect to happen?
To run 'mix compile' and have the packages compile
What actually happened?
The compilation process would hit the 'Poison' package, specifically
"Compiling lib/poison/parser.ex"
Then the beam.smp process would slowly start eating up all available memory until the system froze entirely.
Logs
Severity
I cannot use the software
Have you searched for this issue?
not a bug, and nothing to do with akkoma
this is you running out of memory
Hundreds of files to compile and only one specific version of one file causes any memory issues. Doesn't really fit as an explanation but whatever. If you don't care I guess I shouldn't either.
Never encountered that issue myself including on a Raspberry Pi 4 (including with Docker), what system are you running this on?