Not using VM maximal memory on Azure

I've used the step by step guide to install Metabase on Azure ( a VM with 3.5G memory ) but when the Metabase docker starts i see it limit to 750MB ?

how can I increase the maximal amount of memory for the application ?

system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.13+8",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.13",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.13+8",
"os.name": "Linux",
"os.version": "5.4.0-1031-azure",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"postgres"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "11.11"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.2.23"
}
},
"run-mode": "prod",
"version": {
"date": "2021-11-09",
"tag": "v0.41.2",
"branch": "release-x.41.x",
"hash": "ad599fd"
},

Hi @nirarkin
The Java process should automatically use all available RAM of the container, so make sure that the container is not limited.
You can adjust the Java memory usage with Xmx:
https://www.metabase.com/docs/latest/troubleshooting-guide/running.html