Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reduce RAM consumption? #2408

Open
jaygent opened this issue Nov 3, 2024 · 4 comments
Open

How to reduce RAM consumption? #2408

jaygent opened this issue Nov 3, 2024 · 4 comments
Labels
needs triage question Further information is requested

Comments

@jaygent
Copy link

jaygent commented Nov 3, 2024

Every day the memory consumption of the running client grows directly proportionally to the number of chats and messages,
is it possible to somehow make sure that the chats are not loaded, I think this should reduce the memory consumption
When the client started, it consumed 300 MB. After a month, it already consumes 1200 MB ram

@jaygent jaygent added needs triage question Further information is requested labels Nov 3, 2024
@Saifallak
Copy link

Saifallak commented Nov 5, 2024

Planned in next version ( #2302 (comment) ) , currently, there is no thing you can do.

@MominIqbal-1234
Copy link

MominIqbal-1234 commented Nov 29, 2024

Use Firefox; it consumes less resources

@jaygent
Copy link
Author

jaygent commented Nov 30, 2024

Use Firefox; it consumes fewer resources

Can you tell me what changes to make to use Firefox?

@MominIqbal-1234
Copy link

from WPP_Whatsapp import Create
creator = Create(session=your_session_name, browser="firefox")
                        

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants