# IMQServiceOptions.childrenPerCore property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqserviceoptions.childrenpercore/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Workers to fork per CPU core. Ignored unless [IMQServiceOptions.multiProcess](https://imqueue.org/api/rpc/latest/rpc.imqserviceoptions.multiprocess/) is true.

**Signature:**

```typescript
childrenPerCore: number;
```

## Default Value

1

