mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Currently we can send a default value of 4K/32K for GET/POST request of user data field. Most new browsers and also nginx support till 1MB of post data. Added a new global setting `vm.userdata.max.length` with default value of 32KB which can be increased till 1MB.