sureshanaparti commented on PR #8418: URL: https://github.com/apache/cloudstack/pull/8418#issuecomment-2167727836
> @sureshanaparti > > As discussed, the registerUserdata api call Is failing with 400 error , if the userdata size is of 916kb @kiranchavala Allowed size is for the userdata after base64 encoding. Updated descriptions for the cmd param and config `vm.userdata.max.length`. ``` MaxSizeInBytesAfterEncoding = (SizeInBytesBeforeEncoding / 3 * 4) + 4 So, it seems 786432 bytes / 768 KB actual user data supported ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
