Posts

Showing posts with the label heap

Salesforce Fact #804 | Heap size in apex

The two methods of Limits class which show the details about the heap size: getHeapSize() and getLimitHeapSize(), the amount of memory is returned in bytes. Reference:  https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_limits.htm