On Vertica 7.1.1 I have this tuning recomendation:
MaxDumpsOnInternalError
reset configuration parameter with set_config_parameter() select
set_config_parameter('MaxDumpsOnInternalError', '<new_value>')
But this paramewter does not exists
SELECT * FROM CONFIGURATION_PARAMETERS where parameter_name = 'MaxDumpsOnInternalError'