Sunday, September 29, 2013

Performance Tip


Performance Tip: Do not overload the application engines. If they get overloaded the entire application can stop. You'll have to restart the application.
This can happen even if your server's CPU and RAM is extreamly under used. The issue is more on DRM side.

Here are some reasons that will overload your application.

1. Running Large Action Scripts/Creating As of Versions/Saving a large version, Blending, Importing. In fact any large Write operations will put more load as there is only one write engine.
in such cases try to perform only one of these tasks at a time.

2. Running many exports at the same time. This may fail the exports with error like 'Unable to find Job # xxx'. Try to limit the number of exports you run simultaneously

No comments:

Post a Comment