https://dagster.io/ logo
#dagster-support
Title
# dagster-support
l

li liang

08/31/2022, 2:58 AM
I have a asset job define with about 57 assets; the dagit's job overview cannot show them with a message "Rendering a large number of assets, please wait…"
b

Ben Gotow

09/01/2022, 5:58 PM
hey @li liang ! Hmm, you should see that loading spinner for a split second but it should still be quite fast with 57 assets. I made a graph of 52 just to see how slow it’d be and it’s about a half second for me. The layout algorithm’s speed does depend on the shape of the graph though - any chance you could share what the end result looks like? I wonder if there’s a particular edge case you’re exercising that causes it to sit there and iterate on the layout for a while
l

li liang

09/02/2022, 2:36 AM
After I changed env to another computer, everything is OK just like your description. I think the loading problem maybe come from the computer which has not enough memory.
2 Views