When I'm trying to run a basic react native application I see a lot of libBacktraceRecording.dylib
memory request for 544 KB. The same thing with another applications.
Can you help me with this?
Thanks!
When I'm trying to run a basic react native application I see a lot of libBacktraceRecording.dylib
memory request for 544 KB. The same thing with another applications.
Can you help me with this?
Thanks!
You are running (probably a debug build) with backtrace recording enabled. Disable it in the scheme editor and those allocations will go away.