MyEtherWallet / VanityEth

Ethereum vanity address generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High RAM memory consumption

J9B10 opened this issue · comments

commented

Hello,

This is great software. I appreciate it.

I'm not an advanced programmer.

But I realized that there is the terrible problem of high RAM consumption.

After 10 minutes of running it consumed over 10GB of RAM.

The right thing would be when an address is generated and it is not valid for the search, then it should be cleaned and not be consuming ram memory with dead data.

Please correct this RAM consumption.

Attached image for reference.
2023-04-06 16 46 54_Edit

commented

I ran into the same problem and implemented a fix in #40

commented

Excellent!
It worked really well here.
Now fixed memory overflow.

I thank.

I suggest a change:
Change the time interval from 1000 to just 10.
This improves execution speed dramatically.

Hard fork?