atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

When I use streaming upload, streaming download, the memory will continue to increase, and finally crash

Open Coder-Miao opened this issue 11 months ago • 3 comments

EA41D066-24FE-4909-8990-9BCCD9ECC98B EF9F6551-7B8B-4718-B1D4-0C66969B47A4

  • atlantis-proxyman (1.24.0)

This happens whether the client software is started or no!

Coder-Miao avatar Mar 05 '24 08:03 Coder-Miao

Each request has ~1Mb Response body and it's a lot.

Does your app actively do it? I mean: Make a lot of huge requests.

NghiaTranUIT avatar Mar 05 '24 08:03 NghiaTranUIT

Yes, the app is downloading concurrently. Uploading pictures will also have this situation!

xcode version: 15.0.1 atlantis-proxyman version: 1.24.0

Coder-Miao avatar Mar 06 '24 01:03 Coder-Miao

thanks, so Atlantis captures a lot of huge requests -> Increase the RAM usage. It's a bug.

Atlantis should release RAM after sending the traffic to Proxyman macOS.


For now, I suggest using normal proxy. Here is the docs: https://docs.proxyman.io/debug-devices/ios-device

NghiaTranUIT avatar Mar 06 '24 02:03 NghiaTranUIT