Hi All
We are facing Memory Exceeded issue while loading the application itself. The log of the same is mentioned below.
Nov 29 05:22:02 BT6600RDK /usr/bin/WPEFramework[18933]: [Tue, 29 Nov 2022 05:22:02 ]:[Monitor.h:948]: Fatal: FORCED Shutdown: ResidentApp by reason: MemoryExceeded.
Later we figured out that the issue was after moving from Dev server to pre-prod server where the images which we were getting from pre-prod were of 4k images which were not getting resized, before those images being used by the Lightning application.
The option is to run those images through Image resizing service which will do the downscaling of images on the fly.
So, if someone could let us know to achieve this resizing in LightningJS, it would be helpful for us.
Thank you