Returning a List means puting all objects in memory which causes OOM and GC pb. Returning an iterable prevents this.
- is required by
-
NXS-2803 Cache computation of StudioTargetPlatformInstance
- Resolved
Returning a List means puting all objects in memory which causes OOM and GC pb. Returning an iterable prevents this.
NXS-2803 Cache computation of StudioTargetPlatformInstance