Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

RAM adds up quickly when sending large number of objects #15

Open
htlcnn opened this issue Mar 17, 2020 · 1 comment
Open

RAM adds up quickly when sending large number of objects #15

htlcnn opened this issue Mar 17, 2020 · 1 comment

Comments

@htlcnn
Copy link

htlcnn commented Mar 17, 2020

I tried to create a Sender that sends a view with 8387 elements. CefSharp.BrowserSubprocess 's RAM adds up to about 3GB and didn't decrease after sending, even after I closed SpeckleRevit window.
Is there any way to limit SpeckleRevit RAM usage? Because when RAM usage is too high, Revit and SpeckleRevit will crash (happened most of the times for me).
SpeckleRevit devtools shows that every object was logged to console, which I believe is related to this line: https://github.com/speckleworks/SpeckleUiApp/blob/master/src/components/ClientSender.vue#L189
Although console history is limited to 1000 lines, I think it was time (and maybe RAM) consuming.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant