Youtube-DL-Material ; Crashing Heap out of Memory #24
Loading…
x
Reference in New Issue
Block a user
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?
Error Code:
Related issues:
https://github.com/Tzahi12345/YoutubeDL-Material/issues/676
Related Environmental Variables possibly? Just need to widen node.js memory allocation.
https://github.com/Tzahi12345/YoutubeDL-Material/wiki/Environment-Variables
https://support.circleci.com/hc/en-us/articles/360009208393-How-Can-I-Increase-the-Max-Memory-for-Node-
The solution to run your Node.js app with increased memory is to start the process with an additional V8 flag: --max-old-space-size. You need to append your desired memory size in megabytes.
The following command will start the server.js with a memory limit of 8 GB.
node --max-old-space-size=8192 server.js
https://futurestud.io/tutorials/node-js-increase-the-memory-limit-for-your-process
These are supposedly the environment variables it's talking about above
https://github.com/Tzahi12345/YoutubeDL-Material/wiki/Configuration#items
New Docker Compose config:
If you subscribe to channels with over 1k episodes it will get out of heap. We have switched to tubearchivist and it has plex and jellyfin plugin to port the videos over. Has a shitty naming scheme but they are stuck on it.. whatever. using this mostly for quick downloading of videos.