Maximum file size can handle by Node RED

Hi,

We are using file in node to read text file. What is the maximum size of file can handle by node red?

It depends on what you are doing with it and how much memory you have in your computer.

Depends how you configure the node. If you set it to line or chunk at a time then the limit is more likely to be further in your flow. If not then it will be more like the size of memory available to hold the file, but again will depend what you do with it later in your flow.

Thanks for the information. We can conclude that,

  • Processing on the file with a flow
  • Size of memory available in the system

Is there any other factors will influence?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.