zksync-era
zksync-era copied to clipboard
fix: shrink enclave size of `zksync-tee-prover`
What ❔
Shrink the enclave size of zksync-tee-prover
.
Why ❔
32G was a bit of safe guard while testing. 8G seems to be enough and will fit better the memory size of the Azure nodes.
Checklist
- [x] PR title corresponds to the body of PR (we generate changelog entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [x] Code has been formatted via
zk fmt
andzk lint
.