Nuix · Schema
ParallelProcessingSettings
Schema for ParallelProcessingSettings in Nuix REST API
ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence
Properties
| Name | Type | Description |
|---|---|---|
| workerCount | integer | Number of worker processes to use. This defaults to number of CPU cores on the machine. This value is also limited by settings in the current licence / session. |
| workerMemory | integer | Maximum amount of memory to allocate to each worker process in megabytes. The provided value must be >= 768. Default is calculated based on the number of workers and available machine memory. |
| workerTemp | string | Base directory that workers will use to store temporary files generated during process. Can be a string file path, File, Path or URI. The default is a directory under the case directory. |
| embedBroker | boolean | If true, the JMS broker will be run within the current process,otherwise it will be run in a new process. Default is true. |
| brokerMemory | integer | Amount of memory to allocate to the JMS broker when it is run in a separate process. The provided value must be >= 768. Default is 4096. |
| workerBrokerAddress | string | Worker broker address in the format host:port. |
| useRemoteWorkers | boolean | True to use remote workers when possible, false otherwise. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-parallelprocessingsettings.json",
"title": "ParallelProcessingSettings",
"description": "Schema for ParallelProcessingSettings in Nuix REST API",
"type": "object",
"properties": {
"workerCount": {
"type": "integer",
"description": "Number of worker processes to use. This defaults to number of CPU cores on the machine. This value is also limited by settings in the current licence / session.",
"format": "int32"
},
"workerMemory": {
"type": "integer",
"description": "Maximum amount of memory to allocate to each worker process in megabytes. The provided value must be >= 768. Default is calculated based on the number of workers and available machine memory.",
"format": "int32"
},
"workerTemp": {
"type": "string",
"description": "Base directory that workers will use to store temporary files generated during process. Can be a string file path, File, Path or URI. The default is a directory under the case directory."
},
"embedBroker": {
"type": "boolean",
"description": "If true, the JMS broker will be run within the current process,otherwise it will be run in a new process. Default is true.",
"default": true
},
"brokerMemory": {
"type": "integer",
"description": "Amount of memory to allocate to the JMS broker when it is run in a separate process. The provided value must be >= 768. Default is 4096.",
"format": "int32",
"default": 4096
},
"workerBrokerAddress": {
"type": "string",
"description": "Worker broker address in the format host:port. "
},
"useRemoteWorkers": {
"description": "True to use remote workers when possible, false otherwise.",
"type": "boolean",
"default": false
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nuix-rest-parallelprocessingsettings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.