In environments with extensive monitoring, database tables can contain a large number of rows. To maintain UMP response time, SLM SQL queries in UMP version 6.0 and later are now limited to 1000 rows and columns to 1024 bytes.
To override the limits, edit the <slm> section of wasp.cfg, add the following parameters, and restart the wasp probe:
For example
<slm>
reloadable = true
cross_context = true
load_on_startup = true
unpack_war = true
path = /slm
max_rows = 10
max_field = 2048
</slm>