-
Notifications
You must be signed in to change notification settings - Fork 58
Closed as not planned
Labels
2023-triageapi: loggingIssues related to the googleapis/python-logging API.Issues related to the googleapis/python-logging API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Environment details
- OS type and version: Ubuntu 22.04.1
- Python version:
3.10.4 - pip version:
22.0.2 google-cloud-loggingversion: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 KBpython -c 'import os; import google.cloud.logging; print(os.system(f"ps -q {os.getpid()} -o rss="))'
-50424 KB
pnico, slav0nic, pschonev and giletich-revisely
Metadata
Metadata
Assignees
Labels
2023-triageapi: loggingIssues related to the googleapis/python-logging API.Issues related to the googleapis/python-logging API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.