You need to sign in to do that
Don't have an account?
sivasankar.k
Apex Code Size limit Exceeded : The total size of apex code in this application after removing comments exceeds the maxiumum character size of 600000
Hi,
We are facing below issue while deploying apex classes from developer sandbox to full sandbox.
The total size of apex code in this application after removing comments exceeds the maxiumum character size of 300000
We have salesforce support team to increase the limit to 6 MB but still we are getting below error. We have tried deploying through both eclipse and change sets but of no use.
The total size of apex code in this application after removing comments exceeds the maxiumum character size of 600000
Any kind of help will be really appreciated.
Thanks,
Siva
We are facing below issue while deploying apex classes from developer sandbox to full sandbox.
The total size of apex code in this application after removing comments exceeds the maxiumum character size of 300000
We have salesforce support team to increase the limit to 6 MB but still we are getting below error. We have tried deploying through both eclipse and change sets but of no use.
The total size of apex code in this application after removing comments exceeds the maxiumum character size of 600000
Any kind of help will be really appreciated.
Thanks,
Siva
It seems to be you have even crossed 6MB limit.
Try to remove unsed code like classes which you are not using, inactive triggers etc.
Still if you want to increase the code size limit, contact Salesforce support.
Thanks,
Pratik