Calling the SonarQube Scanner... Error occurred during initialization of VM Could not reserve enough space for 3135488KB object heap

Hi all i am getting this errors anyone have encounter them

Calling the SonarQube Scanner…

Error occurred during initialization of VM

Could not reserve enough space for 3135488KB object heap

Hey there @fsibei ,

can you give us some more information about the scanner and the way you launch it as well as the java environment the scan should be running on?

The error message is a JVM generic one that just states that eigher you are trying to allocate more than 3GB of heap space on a 32-bit architecture ( 3135488KB is ~3GB ) or that you do not have enough RAM on the system to launch the JVM