Is it possible to add in the B4a (Basic for Android) IDE configuration options the ability to customize the maximum memory (XMX) parameter to compile projects?
To be clear, the following parameter:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			To be clear, the following parameter:
			
				Shell Script:
			
		
		
		"C:\Java\jdk-19.0.2\bin\javac.exe" -J[B]-Xmx2048m[/B] -d shell\bin\classes  -bootclasspath "C:\Android34\platforms\android-34\android.jar" -Xmaxerrs 1 -nowarn -Xlint:none  -target 8 -source 8 -version -encoding UTF-8 -cp "C:\Program Files\Anywhere Software\B4A_1300\libraries\jdebugrapid.jar";shell\bin\classes\  shell\src\project\test\main_subs_0.java
"C:\Java\jdk-19.0.2\bin\java.exe" -[B]Xmx2048m[/B] -cp "C:\Android34\tools\..\build-tools\34.0.0\lib\d8.jar" com.android.tools.r8.D8 @d8_arguments.txt 
				 
 
		 
 
		 
 
		 
 
		