Set Memory for Metabase

Dear, all right?

How do I allocate 3g or more of memory to Metabase?
Here's the attachment: My server has 16GB of memory and more than 8GB of free memory, however, I can't allocate even 3GB of memory when starting Metabase. Anyone a solution to this problem?

My system:
Server: Windows 10
Metabase: v0.33.6

Hi @Lourival
Which Java are you using? java -version
Related to: Metabase: RAM Usage

My Java version is:
java version “1.8.0_77”
Java™ SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot™ Client VM (build 25.77-b03, mixed mode)

@Lourival That’s the problem. You’re using an extremely old version - latest is 8u231 - and since I cannot see which architecture, then I’m guessing you’re using 32bit, when you should use 64bit.

Phew, what a rush … I will update here and continue testing again.

Thank you @flamber