AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
113 stars 69 forks source link

account ram usage #2317

Open dev-dantealighieri opened 3 months ago

dev-dantealighieri commented 3 months ago

when i create new accounts from my main account, my main accounts ram usage increases, i dont see why is that happening?

i have two important questions that i couldnt figure out: 1) does my account ram usage increase when i create accounts, and when i transfer eos to another account? 2) is there any other thing i might concert that would increase my ram usage? like does my ram usage increase with time, or when someone sends money to me?

thanks, dante

spoonincode commented 3 months ago

This might be because the new account's eosio.token balance row is paid by the account's creator until the first time the new account itself performs an eosio.token transfer. Try having the new account perform an eosio.token transfer and then seeing if the creating accounts' RAM usage goes down.