-
Notifications
You must be signed in to change notification settings - Fork 342
Performance
Shawn edited this page Nov 16, 2021
·
1 revision
before design the benchmark test case, you must know what can affect kie's performance, this also gives you hints how to design your configurations.
- the config payload: if you got many config with big size value, it slows down the system
- config item number: if you got too many config items to distribute to your microservice system, it slows down the system, better to make a config item value as config file such as yaml file.