Hi,
We have a daily batch process to load in files from a remote FTP server into the Appian server as Documents, and then process each Document.
To manipulate the Document, it appears Appian is loading the "entire" Document into memory when we use the readtextfromfile() function, as opposed to using a stream-based approach where only the streamed portion of the Document needs to take up the memory space. So the question is: What is the max file/Document size allowed?
I did search for the existing QnA about this, but didn't find a definitive answer. Some say it's 1G, and configurable. We are running on Appian cloud for the moment, but will probably move to on-premise installation with Amazon EC2 later. In either case, what is the max document size limit - relative to the host server's memory size, etc...?
Thanks for your help!
Discussion posts and replies are publicly visible
Does Appian show any validation message if user uploads file greater than 1 GB? If so, what is the message?
Yes, Appian displays a message when the file is larger than 1 GB in the component upload file.
Yeah, i just tried it out. For anyone reference, below is the validation message ('File with 1gb size.mp4' is the file name)