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
Jacky GongJacky Gong 

Percent of Apex Used: 4.98%

Percent of Apex Used: 4.98%
You are currently using 149,467 characters of Apex Code (excluding comments and @isTest annotated classes) in your organization, 
out of an allowed limit of 3,000,000 characters. Note that the amount in use includes both Apex Classes and Triggers defined in your organization.

what's wrong?
brahmaji tammanabrahmaji tammana
There is nothing wrong here. This is the maximum amount of apex code used in your salesforce org. We are allowed to write upto 3,000,000 characters in apex excluding TestClasses and comments. 

Thanks
Brahma
Jacky GongJacky Gong
My apex code are not more than 3,000,000 characters,why there will be a warning? whether to influence  the trigger ?
D-CoderD-Coder
Its just warning not an error. No worries. You are yet to hit the limit.

Meanwhile - see if you can optimize existing code using this ==> https://www.mandsconsulting.com/salesforce-com-code-optimization/