Question

Is there any limit(Size in MB) of output from python inline script

  • 16 September 2022
  • 1 reply
  • 10 views

Can we print the data of 50MB from python inline in Automation Anywhere


1 reply

Userlevel 4
Badge +8

Hi @Maramreddypalli Venkatesh​ ,

 

There is no reachable maximum on the size of a file Python can open. People regularly load gigabytes of data into memory. Depending on your computer's RAM and whether it's 64- or 32- bit OS/processor, the practical maximum for you may be anywhere from 1 GB up before you get a MemoryError.

 

 

 

Reply