question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Node out of memory

See original GitHub issue

https://paste.ubuntu.com/p/NrTC7rrJ8g/

So I was checking on things and noticed this in the logs as well as the container not running when it should have been.

If you require a larger paste let me know I’ll snag that for you.

Note: running :latest

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
mmgoodnowcommented, Mar 5, 2021

Glad to give to the community. 😄 I hope to eventually bring automatic cross-seeding to the masses. It will improve retention across the board and hopefully promote single-file torrents without extra crap in them lol.

And I’m glad that you’re getting value out of it! User engagement is a huge motivator for me to continue to work on cross-seed and make it better.

0reactions
mmgoodnowcommented, Mar 26, 2021

The latest release, v2.2.1, has a huge improvement in memory footprint, in addition to some caching improvements. I saw a drop from 1.15 GB to 240 MB in cross-seed’s memory usage in one of my tests (with around 1800 torrents loaded). So the next time you update, I think you probably won’t need the extra node heap space any more.

qBittorrent support is on the way! You can check out the development roadmap here: https://github.com/mmgoodnow/cross-seed/projects/1

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix JavaScript Heap Out of Memory Error - MakeUseOf
A common problem while working on a JavaScript Node.js project is the “JavaScript heap out of memory” error. This error usually occurs when ......
Read more >
Node.js heap out of memory - javascript - Stack Overflow
I've already experiend weird node issues in the past with this script what forced me eg. split index into multiple files as node...
Read more >
How to solve JavaScript heap out of memory error
To fix JavaScript heap out of memory error, you need to add the --max-old-space-size option when running your npm command. ... Alternatively, you ......
Read more >
JavaScript heap out of memory - Snyk Support
This generally occurs on larger projects where the default amount of memory allocated by Node (1.5gb) is insufficient to complete the command successfully....
Read more >
JavaScript Heap Out Of Memory Error - OpenReplay Blog
By default, Node.js has memory limits that prevent the program from consuming too much memory and crashing the whole system. The results differ ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found