You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('-t, --ptau <ptauSize>','Force a specific Powers of Tau size (8-28 or url to download specific file)')
28
28
.option('-v, --circom-version <circomVersion>','Specify the Circom version (e.g. "v2.1.8")')
29
29
.option('-s, --snarkjs-version <snarkjsVersion>','Specify the SnarkJS version (e.g. "0.7.3")')
30
-
.option('-i, --instance <memorySize>',`Specify the memory (GB) of compiler instance: ${Object.keys(instanceSizes).join(', ')} (default: 10GB lambda, faster init for small circuits)`)
30
+
.option('-i, --instance <memorySize>',`Specify the memory (GB) of compiler instance: ${Object.keys(instanceSizes).join(', ')} (default: 4 for smallest circuits)`)
31
31
.option('-r, --resume <requestId>','In case of errors during compilation, reattach to a job and attempt a new deploy. Overrides all other options.')
32
32
.option('-c, --config <configUrl>',`Specify a different configuration file (default: ${DEFAULT_CONFIG})`)
33
33
.option('-a, --api-key <apiKey>',`Specify your API Key as a command line argument`)
.option('-t, --ptau <ptauSize>','Force a specific Powers of Tau size (8-28 or url to download specific file)')
42
42
.option('-v, --circom-version <circomVersion>','Specify the Circom version (e.g. "v2.1.8")')
43
43
.option('-s, --snarkjs-version <snarkjsVersion>','Specify the SnarkJS version (e.g. "0.7.3")')
44
-
.option('-i, --instance <memorySize>',`Specify the memory (GB) of compiler instance: ${Object.keys(instanceSizes).join(', ')} (default: 10GB lambda, faster init for small circuits)`)
44
+
.option('-i, --instance <memorySize>',`Specify the memory (GB) of compiler instance: ${Object.keys(instanceSizes).join(', ')} (default: 4 for smallest circuits)`)
45
45
.option('-r, --resume <requestId>','In case of errors during compilation, reattach to a job and attempt a new deploy. Overrides all other options.')
46
46
.option('-c, --config <configUrl>',`Specify a different configuration file (default: ${DEFAULT_CONFIG})`)
47
47
.option('-a, --api-key <apiKey>',`Specify your API Key as a command line argument`)
0 commit comments