What should be maximum file storage which we can utilize without performance issue

0
Hi ,   Currently our cloud app has 20 GB of file storage capacity. I wanted to know is there any size limit after which we might start facing app performance issues like 17 GB + . And before that we might need to move documents or increase file storage limit.   Let me know if required. 
asked
1 answers
1

As files in the mendix cloud envionments are stored on Amazon S3 there is no real hit on performance when reaching the allocated limt. It is good practice to moitor the file storage trends and add additional resoources when required. Depending on the growth of the storge used add additional storgae when at 80-90% or earlier if the trend is quite steep.

answered