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
Is there any way to make the publish command scale better so it doesn't consume so much memory?
I'm trying to run it over a directory that has a few hundred thousand files, and the command completes, but it consumes 21 GB of memory (that's nearly all of the working memory on my 32GB system), which causes a lot of swapping.
If you give me some hints about where the main memory usage is, I could potentially optimize it and push up a PR for the fix.
The text was updated successfully, but these errors were encountered:
Is there any way to make the
publish
command scale better so it doesn't consume so much memory?I'm trying to run it over a directory that has a few hundred thousand files, and the command completes, but it consumes 21 GB of memory (that's nearly all of the working memory on my 32GB system), which causes a lot of swapping.
If you give me some hints about where the main memory usage is, I could potentially optimize it and push up a PR for the fix.
The text was updated successfully, but these errors were encountered: