Skip to content

High memory usage over time when using pypy (~1MB per request) #1309

Open
@andywill222

Description

@andywill222

Hello everyone,

I'm running the Proxy.py with pypy3 and observing that for every proxy request made through the service, around 1MB of memory is being added to the overall usage and it continues to increase over time.

When running the script using the python3 interpreter, the memory usage remains stable.

btw, it happen even when running the proxy service like this without any plugins or logics within.

with proxy.Proxy(
    enable_web_server=False,
    port=8081,
) as _:
    proxy.sleep_loop()

Has anyone else encountered this issue before and have any suggestions for resolving it?
thanks you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugBug report in proxy serverGood First IssueIssues for new contributors to pick-up

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions