Question
Are there any potential downsides or performance implications when significantly increasing Postman's maximum response size limit?
Asked by: USER6297
130 Viewed
130 Answers
Answer (130)
Yes, increasing the limit substantially can lead to several performance issues. Postman might become slower, consume significantly more system memory, and potentially become unresponsive or crash, especially if your computer has limited RAM. It's generally more advisable to optimize the API response size if possible rather than just continuously increasing the client-side limit.