Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

⚠️ Memory use is waaaaay too high #180

Open
jamierumbelow opened this issue May 1, 2019 · 1 comment
Open

⚠️ Memory use is waaaaay too high #180

jamierumbelow opened this issue May 1, 2019 · 1 comment

Comments

@jamierumbelow
Copy link
Collaborator

image

Each sudden rise is when I refresh. Leaving the app running for a little while does little to collect the garbage.

I'm sure we can manually release a lot of stuff when we know we don't need it, or use the weak var marker to allow the GC to free up some space.

@jamierumbelow jamierumbelow changed the title ⚠️ Memory use is waaaaay too high ⚠️Memory use is waaaaay too high May 1, 2019
@jamierumbelow jamierumbelow changed the title ⚠️Memory use is waaaaay too high ⚠️ Memory use is waaaaay too high May 1, 2019
@einsteinx2
Copy link
Contributor

Before doing any optimizations, we should use Instruments to see exactly what’s using the memory. Xcode’s CPU and memory profiling tools are top notch.

I’m happy to pair with you on a call to show you how it works. It’s been a little while, but I used to use it a lot so I’m sure it’ll come back to me quickly :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants