Hello,
We are using TDMMaskingService/api/ca/v1/masking/jobs/startCustom and we get errors because we can't configure the HEAPSIZE?
The default value of 1000 is not enough for us on some masking jobs.
TDM portal 4.9.x
Component : CA Test Data Manager
The fixed binary is available at
https://support.broadcom.com/external/content/release-announcements/Test-Data-Manager-TDM-Patches/16649
in version TDMWEv-4.9.254
please note that users need to specify a new property in the REST API request
- the property is named customExtraOptionsFile and it should be set to the content of the custom extra options file encoded in BASE64.
At this moment only HEAPSIZE is supported as an extra option so they can use:
example
"customExtraOptionsFile": "SEVBUFNJWkU9NDAwMA=="
to specify HEAPSIZE=4000.