bitnami wordpress maximum upload file size 40 mb

C++
sudo /opt/bitnami/ctlscript.sh restart
; Maximum size of POST data that PHP will accept.
post_max_size = 16M

; Maximum allowed size for uploaded files.
upload_max_filesize = 16M
# Maximum upload file size: 40 MB.
/opt/bitnami/php/etc/php.ini 
Source

Also in C++: