Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

The paging file is too small for this operation to complete #13487

Closed
2 tasks done
nazar-pc opened this issue Feb 28, 2023 · 3 comments
Closed
2 tasks done

The paging file is too small for this operation to complete #13487

nazar-pc opened this issue Feb 28, 2023 · 3 comments

Comments

@nazar-pc
Copy link
Contributor

Is there an existing issue?

  • I have searched the existing issues

Experiencing problems? Have you tried our Stack Exchange first?

  • This is not a support question.

Description of bug

Just upgraded Substrate to latest master in our chain and got Window CI failure: https://github.com/subspace/subspace/actions/runs/4289871755/jobs/7473325743

This test that didn't fail before started failing: https://github.com/subspace/subspace/blob/4e660669fa32560aa658b255fddc9b4b7d38ac73/domains/client/block-builder/src/lib.rs#L356-L387

thread 'tests::block_building_storage_proof_does_not_include_runtime_by_default' panicked at 'Due to validation initial and maximum should be valid: Memory("encountered failure while operating with virtual memory: System call failed: The paging file is too small for this operation to complete. (os error 1455)")', C:\Users\runneradmin.cargo\registry\src\jackfan.us.kg-1ecc6299db9ec823\wasmi-0.13.2\src\module.rs:358:18

The only PR we imported that I think might be somehow related is #12520, but as far as I understand it was supposed to not change behavior unless opt-in into growable memory.

Steps to reproduce

Clone branch from autonomys/subspace#1198, cd domains/client/block-builder, cargo test

@bkchr
Copy link
Member

bkchr commented Feb 28, 2023

Does the mentioned test works with wasmtime? I'm sorry that this breaks on Windows, but we also not officially support Windows. I would advise that you stop using wasmi: #13496

@liuchengxu
Copy link
Contributor

Yes, using wasmtime is fine.

@bkchr
Copy link
Member

bkchr commented Mar 6, 2023

Going to close this then!

@bkchr bkchr closed this as completed Mar 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants