Limity

 0    25 flashcards    fiszka123
download mp3 print play test yourself
 
Question English Answer English
Total number of SOQL queries issued (Synchronous limit)
start learning
100
Total number of SOQL queries issued (asynch limit)
start learning
200
Total number of records retrieved by SOQL queries
start learning
50,000
Total number of records retrieved by Database. getQueryLocator
start learning
10,000
Total number of SOSL queries issued
start learning
20
Total number of records retrieved by a single SOSL query
start learning
2,000
Total number of DML statements issued
start learning
150
Total number of records processed as a result of DML statements, Approval. process, or database. emptyRecycleBin
start learning
10,000
Total stack depth for any Apex invocation that recursively fires triggers due to insert, update, or delete statements
start learning
16
Total number of callouts (HTTP requests or web services calls) in a transaction
start learning
100
Maximum cumulative timeout for all callouts (HTTP requests or Web services calls) in a transaction
start learning
120 seconds
Maximum number of methods with the future annotation allowed per Apex invocation (synch)
start learning
50
Maximum number of methods with the future annotation allowed per Apex invocation (batch and future contextasynch)
start learning
0
Maximum number of methods with the future annotation allowed per Apex invocation (queueable context asynch)
start learning
1
Maximum number of Apex jobs added to the queue with System. enqueueJob (synch)
start learning
50
Maximum number of Apex jobs added to the queue with System. enqueueJob (asynch)
start learning
1
Total number of sendEmail methods allowed
start learning
10
Total heap size (synch)
start learning
6 MB
Total heap size (asynch)
start learning
12 MB
Maximum CPU time on the Salesforce servers (synch)
start learning
10,000 miliseconds
Maximum CPU time on the Salesforce servers (asynch)
start learning
60,000 miliseconds
Maximum execution time for each Apex transaction
start learning
10 min
Maximum number of push notification method calls allowed per Apex transaction
start learning
10
Maximum number of push notifications that can be sent in each push notification method call
start learning
2,000
Maximum number of EventBus. publish calls for platform events configured to publish immediately
start learning
150

You must sign in to write a comment