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

Excessive RAM consumption by Breeze #275

Open
mtaipe opened this issue Oct 10, 2017 · 4 comments
Open

Excessive RAM consumption by Breeze #275

mtaipe opened this issue Oct 10, 2017 · 4 comments
Milestone

Comments

@mtaipe
Copy link

mtaipe commented Oct 10, 2017

I couldn't find the system requirements to run the Wallet in a Ubuntu Linux OS but the system where I tested has 8GB RAM.

This happens either running BreezeD for stratis or bitcoin in their respective testnet networks alone or in combination including the electron UI wallet. When all are running together the problem arises faster than when BreezeD is called isolated.

@nopara73
Copy link
Contributor

I have a couple of notes on this.

  1. This is a valid point, it's not only memory eating, but CPU eating, too.
  2. 8GB is a big number. It's rather 1-3GB, considering I was seamlessly running with 4GB system for months.
  3. Note: he Bitcoin testnet headerchain is 2-3 times as big as the mainnet headear chain and that thing sits in the memory.
  4. Electron generally is terribly bloated.
  5. A refactoring of some deep wallet concepts would be the proper solution, which I was trying to push for since I'm here and started it: here, but was put on hold today, because such fundamental change is risky.

@bokobza bokobza added this to the v1.0.0 milestone Oct 16, 2017
@kogot
Copy link

kogot commented Oct 21, 2017

Have a same issue, just open app(OSX) to register.
Statis.BreezeD = 150% cpu | 850mb ram (quite a lot for just opened app)
breeze-ui.helper = 110% cpu

@nopara73
Copy link
Contributor

Addition to my previous list:

  1. Wallet file can be huge.

@zomertje
Copy link

After a day of running the daemons use 700+mb of memory each. Mac OSX 10.12.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants