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
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: