Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
What configuration we do to reduce the consume of cpu in the source db2 i series,
because we notice that have to 10% of pick consume, but only have 1 task like log stream with 3 tables.
Thanks
Hello @lguevara ,
Thanks for the post here.
In my view, a 10% CPU load on AS/400 isn’t directly comparable to the same number on Linux or other operating systems. For example, on Linux the CPU% reflects total cycles consumed across all cores. On AS/400, however, the CPU% may represent usage within a specific shared pool, and depending on how multiple threads are counted, it can even show values above 100%.
CPU usage on AS/400 can be influenced by many factors, such as the number of tables, the volume of change data, and the overall system configuration. We can certainly try to optimize things through Qlik Replicate settings or by using the R4I UDTF for Change Capture, but it’s difficult to predict exactly how much the CPU load will drop.
If you still feel that 10% is higher than expected, you can manage CPU consumption at the subsystem or job level. Just keep in mind that throttling CPU for the Replicate processes may introduce latency in your tasks — the classic “save CPU, lose speed” trade-off.
Hope this helps.
John.
Hi @john_wang
Thanks,
And How can manage CPU consumption at the subsystem or job level?
If increase frecuency of "Check for changes every (sec)" in advanced endpoint connection?
or another internal parameter.
thanks,