If you look at the future created [on this line](https://github.com/sysgrok/rs-matter-stack/blob/7e16f307e5a2bf3ff6ea5fdd05b8da45c1d7d710/examples/light_eth.rs#L84) it takes way too much memory. The `info!` log a few lines below says "Matter futures size: 36064B", i.e. 36KB. Ideally we should be able to reduce it twice or so or at least by 30%.