Skip to main content

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

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