ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
4.91k stars 1.68k forks source link

Memory usage problem #3337

Closed mhamad65122 closed 3 months ago

mhamad65122 commented 3 months ago

What happened?

This code alone consumes almost 100MB of memory

Is this normal? How can I reduce memory usage?

Code that produced the error

from web3 import Web3
bsc = "" #RPC URL
w3=Web3(Web3.HTTPProvider(bsc))
input()

Full error output

No response

Fill this section in if you know how this could or should be fixed

No response

web3 Version

6.16.0

Python Version

3.9.6

Operating System

Windows

Output from pip freeze

No response