You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm have an issue with the sharp package when deploying a Next.js app on Fly.io, also reported the issue. To gather more details about my environment and diagnose the issue, I attempted to run the following command in the Fly.io shell:
However, each time I run this command, I encounter an out-of-memory error, as the Fly.io instance has limited resources. It seems that envinfo consumes more memory than the instance can allocate, causing the process to fail.
2024-10-15T09:48:12.745 app[3d8de54ae55958] otp [info] [ 40.907767] Out of memory: Killed process 365 (node) total-vm:11243836kB, anon-rss:71424kB, file-rss:0kB, shmem-rss:0kB, UID:0 pgtables:1004kB oom_score_adj:0
Is there a way to optimize envinfo for environments with constrained memory resources? Alternatively, are there any recommendations for gathering the necessary environment details without running into memory issues?
The text was updated successfully, but these errors were encountered:
I'm have an issue with the sharp package when deploying a Next.js app on Fly.io, also reported the issue. To gather more details about my environment and diagnose the issue, I attempted to run the following command in the Fly.io shell:
However, each time I run this command, I encounter an out-of-memory error, as the Fly.io instance has limited resources. It seems that envinfo consumes more memory than the instance can allocate, causing the process to fail.
Is there a way to optimize
envinfo
for environments with constrained memory resources? Alternatively, are there any recommendations for gathering the necessary environment details without running into memory issues?The text was updated successfully, but these errors were encountered: