How to Improve Performance Of Create Accounting Program?
1. Performance can be improve by using parallel work that will increase the performance as work is split on a worker for each available processor.
To do that steps below can be followed:
- Set the No of Processors in the Update System Options to a higher number;
This can be set up to number of processor minus one.
To achieve this, navigate to GL responsibility -->Accounting Setup Manager
Query for your ledger and click on update subledger accounting options.
For your application, click on Update System Options.
Here, you can enable parallel option, that will spawn multiple child programs.
- Make sure that concurrent manager has appropriate settings to launch that many concurrent manager requests in parallel.
To do that steps below can be followed:
- Set the No of Processors in the Update System Options to a higher number;
This can be set up to number of processor minus one.
To achieve this, navigate to GL responsibility -->Accounting Setup Manager
Query for your ledger and click on update subledger accounting options.
For your application, click on Update System Options.
Here, you can enable parallel option, that will spawn multiple child programs.
- Make sure that concurrent manager has appropriate settings to launch that many concurrent manager requests in parallel.
0