We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc29c8c commit af63bc0Copy full SHA for af63bc0
crates/prover-bin/src/zk_circuits_handler/universal.rs
@@ -19,7 +19,7 @@ impl UniversalHandler {
19
pub fn new(workspace_path: impl AsRef<Path>, is_openvm_v13: bool) -> Result<Self> {
20
let path_app_exe = workspace_path.as_ref().join("app.vmexe");
21
let path_app_config = workspace_path.as_ref().join("openvm.toml");
22
- let segment_len = Some((1 << 21) - 100);
+ let segment_len = Some((1 << 22) - 100);
23
let config = ProverConfig {
24
path_app_config,
25
path_app_exe,
0 commit comments