Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.1
2021.1.3f1
2021.2
2022.1
Issue ID
1356832
Regression
No
[iOS] Memory increases when continuously sending messages using AWS SDK
Reproduction steps:
1. Open the project "newProjectTest"
2. Build and Run the project on an iOS device
3. Observe the device memory in Xcode
Expected result: The memory stays consistent
Actual result: The memory rises for a while before it settles
Reproducible with: 2019.4.29f1 (The memory continues to rise without settling), 2020.3.16f1, 2021.1.17f1, 2021.2.0b7, 2022.1.0a5
Reproduced with:
iPhone 6 (iOS 12.4.8) - stabilizes at ~92MB depending on version
iPhone 7 (iOS 12.3.1) - stabilizes at ~100MB depending on version
iPhone 12 Mini (iOS 14.1) - stabilizes at ~120MB depending on version
Notes:
- In this example scenario a test message is sent to Kinesis Firehose every 10s using the AWS SDK which prompts the issue
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2022.1.X):
As description states - memory usage stabilizes at some level. This means there is no bug.
It is perfectly normal for memory usage to grow for a bit at first. A bug would be only if memory keeps on growing and leads to out of memory crash.