...
The following configuration includes the default values.
Code Block |
---|
"photon": {
"cacheEnabled": true,
"numThreads": 4,
"enabled": true,
"distroPath": "/photon/dist/centos6/photon",
"traceExecution": false,
"websocket": {
"host": "localhost",
"port": 8082
},
"mode": "wasm"
}, |
...
Parameter | Description | ||
---|---|---|---|
cacheEnabled | Debugging setting. Leave the default value. | ||
numThreads | Maximum number of threads permitted to the
| ||
enabled | This value should be set to | ||
distroPath | Please verify that this property is set to the following value, which works for all operating system distributions:
| ||
traceExecution | Debugging setting. Leave the default value. | ||
websocket.host | Internal parameter. Do not modify. | ||
websocket.port | Internal parameter. Do not modify. | ||
mode | Set this value is |
...