forked from 0xPolygonHermez/zkevm-prover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_executor_and_statedb.json
107 lines (90 loc) · 3.21 KB
/
config_executor_and_statedb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"runExecutorServer": true,
"runExecutorClient": false,
"runExecutorClientMultithread": false,
"runHashDBServer": true,
"runHashDBTest": false,
"runAggregatorServer": false,
"runAggregatorClient": false,
"runFileGenBatchProof": false,
"runFileGenAggregatedProof": false,
"runFileGenFinalProof": false,
"runFileProcessBatch": false,
"runFileProcessBatchMultithread": false,
"runFileExecutor": false,
"runKeccakScriptGenerator": false,
"runKeccakTest": false,
"runStorageSMTest": false,
"runBinarySMTest": false,
"runMemAlignSMTest": false,
"runSHA256Test": false,
"runBlakeTest": false,
"runECRecoverTest": false,
"executeInParallel": true,
"useMainExecGenerated": true,
"saveRequestToFile": false,
"saveInputToFile": false,
"saveDbReadsToFile": false,
"saveDbReadsToFileOnChange": false,
"saveOutputToFile": false,
"saveProofToFile": false,
"saveResponseToFile": false,
"saveFilesInSubfolders": false,
"loadDBToMemCache": true,
"loadDBToMemCacheInParallel": false,
"loadDBToMemTimeout": 30000000,
"dbMTCacheSize": 16384,
"dbProgramCacheSize": 16384,
"opcodeTracer": false,
"logRemoteDbReads": false,
"logExecutorServerInput": false,
"logExecutorServerInputGasThreshold": 0,
"logExecutorServerResponses": false,
"logExecutorServerTxs": true,
"executorServerPort": 50071,
"executorROMLineTraces": false,
"executorTimeStatistics": false,
"executorClientPort": 50071,
"executorClientHost": "127.0.0.1",
"executorClientLoops": 1,
"hashDBServerPort": 50061,
"hashDBURL": "local",
"dbCacheSynchURL_disabled": "127.0.0.1:50061",
"aggregatorServerPort": 50081,
"aggregatorClientPort": 50081,
"aggregatorClientHost": "127.0.0.1",
"aggregatorClientMockTimeout": 10000000,
"aggregatorClientWatchdogTimeout": 60000000,
"mapConstPolsFile": false,
"mapConstantsTreeFile": false,
"inputFile": "testvectors/aggregatedProof/recursive1.zkin.proof_0.json",
"inputFile2": "testvectors/aggregatedProof/recursive1.zkin.proof_1.json",
"outputPath": "runtime/output",
"configPath": "config",
"zkevmCmPols_disabled": "runtime/zkevm.commit",
"zkevmCmPolsAfterExecutor_disabled": "runtime/zkevm.commit",
"c12aCmPols": "runtime/c12a.commit",
"recursive1CmPols_disabled": "runtime/recursive1.commit",
"recursive2CmPols_disabled": "runtime/recursive2.commit",
"recursivefCmPols_disabled": "runtime/recursivef.commit",
"finalCmPols_disabled": "runtime/final.commit",
"publicsOutput": "public.json",
"proofFile": "proof.json",
"databaseURL": "local",
"databaseURL_disabled": "postgresql://statedb:statedb@127.0.0.1:5432/testdb",
"dbNodesTableName": "state.nodes",
"dbProgramTableName": "state.program",
"dbMultiWrite": true,
"dbConnectionsPool": true,
"dbNumberOfPoolConnections": 41,
"dbMetrics": false,
"dbClearCache": false,
"dbGetTree": false,
"dbReadRetryDelay": 100000,
"cleanerPollingPeriod": 600,
"requestsPersistence": 3600,
"maxExecutorThreads": 20,
"maxProverThreads": 8,
"maxStateDBThreads": 20,
"fullTracerTraceReserveSize": 262144
}