Search Issue Tracker

Fixed in 2018.3.X

Votes

2

Found in

2018.2.0a9

2018.2.0b10

Issue ID

1054358

Regression

Yes

RenderPipelineManager.CleanupRenderPipeline() increasing Alocated Memory every 20 seconds

Profiling

-

To reproduce:

1. Open Unity and create a new project
2. Open "SampleScene" scene
3. Enter Play mode
4. Open Profiler window
5. Switch to Hierarchy view
6. Select the CPU Usage bar
7. Sort by GC Alloc
8. Observe that the first entry and only allocating entry is RenderPipelineManager.CleanupRenderPipeline()

Notes:
- This issue reproduces on both Windows and OSX
- On Windows its allocating 40 B
- On OSX its allocating 80 B

Reproduced on Unity 2018.2.0a9, 2018.2.0b11 and 2018.3.0a3
Not reproduced on Unity 2018.1.7f1 and 2018.2.0a8
Regression on Unity 2018.2.0a9

Comments (7)

  1. pibebix910

    May 26, 2020 20:48

    Try https://blood-of-the-young.com/filelinked-apk-download/ for downloading and sharing files in bulk.

  2. maxgray1

    Oct 01, 2019 12:07

  3. greggreg

    Sep 28, 2018 09:42

    still in 2018.2.10f1

  4. herb_nice

    Sep 23, 2018 18:08

    went back to unity 2018.1.9f1 as that is the last build we could find that does not have this GC leak. However, player builds crash on some androids on boot in some vulkan code on 20181.9f1, so we had to remove vulkan support from our game as well.

  5. SVC-Games

    Sep 07, 2018 15:07

    As mentioned, GC Alloc is adding 80 bytes every frame...

  6. kevinafanasiff

    Sep 05, 2018 22:28

    seeing this on 2018.2.2f1

  7. fastgamedev

    Jul 13, 2018 13:58

    I see it adding 80 bytes every frame!

    OSX 10.11.6
    Unity 2018.2.0f2

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.