I am trying to set a value to proxy-body-size annotation but am sure how to come up to a number for the same. For example, if I am pushing data worth 2GB, a body-size of 1GB is throwing a "413 Request too large" error whereas, a 3GB limit works fine.
So I wanted to understand what exactly is a body size in nginx. Is it a packet/smaller part of a whole or a whole data (say 2GB that I'm pushing as mentioned above).
Any help would be greatly appreciated.