Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
Votes
0
Found in
2020.3.34f1
2021.3.4f1
2022.1.3f1
2022.2.0a16
Issue ID
UUM-4354
Regression
No
Standalone Profiler default memory is not enough warning logged when performing basic functions
How to reproduce:
1. Open up an empty 3D template project
2. Open up the Standalone Profiler from Window > Analysis > Profiler (Standalone Process)
3. Enter Play Mode in the Editor whilst recording for "Playmode" in the standalone Profiler
4. Save profiling information after 5 seconds of recording to binary file and observe Console
5. Change target between "Playmode" and "Editor" whilst recording a couple times and observe Console
Expected result: Saving and changing profiling targets function without warnings in an empty scene
Actual result: User is prompted to increase default memory for the Standalone Profiler when saving data, changing profiling targets and those warning seem to be logged randomly after performing those actions
Reproducible with: 2020.3.34f1, 2021.3.4f1, 2022.1.3f1, 2022.2.0a16
Couldn't test with: 2019.4.39f1 (No Standalone Profiler)
Error logged:
Stopping profiler. Profiler is not able to flush data to a file or socket and exceeded maximum allowed memory for buffering.
Please use Profiler.maxUsedMemory API or -profiler-maxusedmemory command line parameter to increase maximum allowed memory usage.
Using 536870913 bytes while Profiler.maxUsedMemory is 536870912 bytes.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Limitation of the Standalone Profiler when saving data.
Resolution Note (2022.2.X):
Limitation of the Standalone Profiler when saving data.