How many assets can fetch it using iRAM API session ?
One answer
When you launch a Java application you can use -Xmx flag to control how much memory is allocated to a Java program. Collecting to many assets in memory can exceed this parameter and run out of memory.
As a workaround you can increase your VM size or work with smaller batches of assets.
As a workaround you can increase your VM size or work with smaller batches of assets.
We are getting "Out of Memory Error" When we collect the bulk assets from the Session.
is there any known limitation to fetch the assets from iRAM API Session ?
Kindly provide the workaround to us, if any known issue in it.
Thank you