Import a property file bigger than 100MB
You would need to upload a property file bigger than 100MB which is the limit set by default.
Solution:
Edit the settings that are specified in the TdwcGlobalSettings.xml.template.
By default, the customizable file is copied into the following path after
you install the Dynamic Workload Console:
On Windows operating systems:- DWC_home\usr\servers\dwcServer\registry\TdwcGlobalSettings.xml.template
On UNIX and Linux operating systems: - DWC_home/usr/servers/dwcServer/registry/TdwcGlobalSettings.xml.template
In the section User Registry, set the limit of the file size you want to import in the property
as
follow:
<property name="importSettingsMaxFileSize" value="102400"></property>Note: the value is expressed in KB
Note: For security purposes, it is recommended to revert the file size back to the default value
after the import has been performed.