I found the problem. The issue was the following:  My batch process had a global variable  which was keeping instances of lists of records that were created in each execution of the method "execute". Therefore I was unnecessarily accumulating records in memory and that caused the error "Batchable instance is too big" . 

 
I suggest you to check the status of the global variables after each execution and you may find the solution to your problem as well.

相关文章:

  • 2021-11-17
  • 2021-09-02
  • 2022-12-23
  • 2021-05-31
  • 2021-10-17
  • 2021-09-08
  • 2021-08-27
  • 2022-12-23
猜你喜欢
  • 2021-08-06
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2021-05-06
  • 2022-12-23
相关资源
相似解决方案