ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

Huge memory usage by lldb-rpc-server on MacOS #499

Open yakshper opened 5 years ago

yakshper commented 5 years ago

we have problems during start. lldb-rpc-server eats huge amount of memory (about 17Gb) when we start debug build in xcode. The same behvoiur in Android Studio (LLDBFrontend).

It takes for about 5-10 minutes for first start time. And 2-3 minutes for second and further starts.

Can you give us some tip what can be done to handle this problem.

It's enough to include rxcpp using to project. HugeMemTestApp.zip