Apex Governor Limits #inSalesforce
Apex runs in a multi-tenant environment, the Apex runtime engine strictly enforces limits so that runaway Apex code or processes don’t monopolize shared resources.
If some Apex code exceeds a limit, the associated governor issues a runtime exception that can’t be handled.
For Example:
- Per-Transaction Apex Limits
- Lightning Platform Apex Limits
- Static Apex Limits
- Size-Specific Apex Limits
- Push Notification Limits etc.
Reference: https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_apexgov.htm
Comments
Post a Comment