Closed as not planned
Description
Environment details
- OS type and version: Ubuntu 22.04.1
- Python version:
3.10.4
- pip version:
22.0.2
google-cloud-logging
version:3.2.2
Steps to reproduce
Loading the logging library already uses more than 40MB.
This is quite a burden for smaller systems.
Is there any alternative way of using this library without such a memory footprint?
python -c 'import os; print(os.system(f"ps -q {os.getpid()} -o rss="))
-7888 KB
python -c 'import os; import google.cloud.logging; print(os.system(f"ps -q {os.getpid()} -o rss="))'
-50424 KB