gear-tech / gear

Web3 Ultimate Execution Engine
https://gear-tech.io
GNU General Public License v3.0
234 stars 104 forks source link

consider to set ours `default_heap_pages` instead of using substrate's default #3741

Open grishasobol opened 7 months ago

grishasobol commented 7 months ago

File Location(s)

node/service/src/lib.rs

Proposal

here https://github.com/gear-tech/gear/blob/cd394f3c6ec264296bf9b4389dd174f0e46145f9/node/service/src/lib.rs#L195-L199

see also https://github.com/gear-tech/substrate/blob/e4b3ebf0ed497e9d121a2e272d238fa87269b756/client/cli/src/commands/run_cmd.rs#L197-L198

grishasobol commented 6 months ago

Should be done after substrate update, because they have removed default_heap_pages cli param from run_cmd