Search Issue Tracker
Fixed
Votes
0
Found in
4.6.2f1
Issue ID
677103
Regression
No
Memory leaks when running standalone player with "-batchmode -nographics" arguments
Reproduced on 4.6.2f1 and 4.6.3p2 versions with Angry Bots project;
The same standalone was launched with "-batchmode" and "-batchmode -nographics" arguments. Seems there is no big difference between launching with one or two arguments:
http://gyazo.com/1deda666e8840a89ac124671e6821938
Note: after a while (an hour) memory decreases to 60MB, but 500MB increase looks terrible;
Repro steps:
1. Build AngryBots project to standalone player;
2. Run the game with cmd line. For example: "C:\builds>AngryBots.exe -batchmode -nographics";
3. If you build project in development build, you can see memory usage in Profiler, or if you build project in non-development build, you can see memory usage in task manager;
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment