discord-fs
discord-fs copied to clipboard
Program will use 100% of the available ram after uploading some files
It seems all ram will be used regardless if I set ram usage limit in node option or not. Not sure if that's memory leak or the ram being used by cache. 100% of the ram and swap has been used up.
Motivation
We are working on an old private project which is being migrated to Ember 4. At this moment v0.9.0 is not compatible with Ember 4, so it block us, this PR make ember-drag-drop
compatible with Ember 4 and unblock us.
I'm not tackling refactor to glimmer and native class yet on this PR (only switched errors to warnings) because it could brings side effects and I don't have enough knowledge of this repo / our old repo to be sure I will detect them.
If this PR is
- accepted 🎉 I will maybe take some times to work on these refactors and submit some PRs (would be happy to discuss with you @mharris717 ,
ndekeister#0721
in Ember Discord, we can maybe think about a roadmap / see if some other people are interested to work on it / contribute to this cool addon) - not accepted 😿 we will probably refactor our drag'n'drop implementation with another packages (but it could be nice to specify in the
README.md
that addon is not compatible with Ember 4 🙏 )
CI run -> https://github.com/ndekeister-us/ember-drag-drop/pull/1/checks (only embroider-optimized
failing, didn't investigated
cc @dgavey
Ok I'll take a look at it.
bump - looking forward to seeing this work!
When is this mr going to be merged ? @tehhowch