Forum Discussion
Error on Azure powerbi embeeded capacity resume via API
Hello JesusPenelas
The issue is with the memory try to increase the size of the capacity if possible and to understand more on error have a look at the below documents
https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/performance
https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/background-gc
When a garbage collection is triggered, the garbage collector reclaims the memory that's occupied by dead objects. The reclaiming process compacts live objects so that they are moved together, and the dead space is removed, thereby making the heap smaller. This ensures that objects that are allocated together stay together on the managed heap to preserve their locality.
IF MY SOLUTION HELPED YOU PLEASE DO HIT A LIKE AND ACCEPT IT AS A SOLUTION IF IT SOLVES YOUR ERROR!
Hello @NimaiAhluwalia,
Thanks for the response, we suspected that this might be happening. Do you know if there is any way to schedule when GC is triggered to prevent this from occurring at critical hours?
- NimaiAhluwalia5 years ago
Continued Contributor
Hello JesusPenelas
Hope you are doing well
More information on GC can be provided to you by the support as this happens in the backend.
You can open a free support ticket if you are a pro user and discuss this issue with them!
Regards,
IF MY SOLUTION HELPED YOU PLEASE DO HIT A LIKE AND ACCEPT IT AS A SOLUTION IF IT SOLVES YOUR ERROR!