function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
inbox outbox 7inbox outbox 7 

Could anyone clarify the bold sentence please?

I want to know the difference between shared limits, collective limits and cumulative cross-namespace limits?
Per-transaction limits for managed packages:
With this governor limit, there is no limit to the number of certified namespaces that can be accessed through a single transaction. However, the prerequisite is that the number of operations that can be performed in a single namespace does not exceed the per-transaction limits. In addition, the total number of operations that can be performed in any transaction across the namespace is limited. The total limit for each namespace is 11 times. Shared limits on all namespaces are not affected by collective limits, such as a limit on maximum CPU time.
Description                   | Cumulative Cross-namespace Limits 
The total number of SOQL queries issued | 1,100
SwethaSwetha (Salesforce Developers) 
HI,
I see you also reached out on https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000E9SM4SAN according to which  https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_gov_limits.htm has been helpful.

Please consider marking this answer best to close the thread and create better visibility for others facing the same issue. Thank you