1. Enabling DFC memory optimization
The DFC diagnostics are set to true by default. To free up memory resources,
Set dfc.diagnostics.resources.enable in dfc.properties. Add the following line to
dfc.properties file:
dfc.diagnostics.resources.enable=false
2. Enabling presets and preferences repositories
By default, presets and persistent preferences are stored in the global repository. For better performance, you should configure your application to use different repositories for presets and persistent preferences.
Add your preferences repository settings to app.xml in the /custom directory of the
application. Copy the entire <preferencesrepository> element from /wdk/app.xml into
/custom/app.xml and then specify your repository.
For more details on the configuration on different app servers refer to Webtop Deployment guide.
No comments:
Post a Comment