Scaling Properties

You can configure how many instances of the Vert.x event loop are used.

Scaling Properties describes the scaling properties:

Table 1. Scaling Properties
Name Description
scaling.main.mode The scaling mode for event-loop. Possible values are manual or automatic. The default value is manual.
scaling.main.instances The number of instances of the main event-loop. The default value is 4.