Out of memory creating Loader Node

Issue #2 closed
Former user created an issue

After importing the AssetBundleGraph Tool into my project (an asset heavy project of around 24GBs of data), opening the editor window and attempting to create a Loader Node, it used up all my system memory (8GB) and crashed after a while.

Any ideas in how to avoid or potentially fix this memory management problem?

Thanks, -Leonardo Trocato - Real Frame Interactive

Comments (8)

  1. Leonardo Trocato

    [Update] I upgraded my pc to 16Gb and it still used it all and did crash again... I'm trying to dig on the code to find the reason for storing so much memory at once, but no luck so far. Some help would be appreciated

  2. Sam Narain

    @Quaternion7 this probably has to do with the basic behavior of the Loader node, which starts at the Assets folder root. As you are saying, you have an asset heavy project, and ABGT tries to work so hard for you, it results in this bug. I've not seen it added to the backlog, but once @homae sees this, he'll probably do so.

  3. Hiroki Omae

    v1.0 loads assets to inspect the Type of asset, that's why it caused crash. This is fixed in 1.1 for both memory consumption and general performance stand point.

  4. Log in to comment