Description
Some reports that Proxyman is consuming a lot of RAM when used for long hours or dates. We should find memory leaks or find a solution to release unused resources.
Acceptance Criteria
- Use LRU for caching the Server Certificate
- Observe the Memory => If it exceeds 1Gb -> Release half of the connections/flows if there is a memory warning notification.
- Remove some unused internal locks of each Request/Response objects
- Clear the cache flows properly => Turn out the request arrays are not clean up properly.
Description
Some reports that Proxyman is consuming a lot of RAM when used for long hours or dates. We should find memory leaks or find a solution to release unused resources.
Acceptance Criteria