I went with that and I still am getting the same thing. Only allocating 1 gb and not the 4gb I wish to use. Machine has 8 gb total. Running 0.5.0-beta3
This is my entire script and below the script is what Sdrtrunk outputs when started..
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem sdr-trunk startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows_NT" setlocal
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%..
@rem Add default JVM options here. You can also use JAVA_OPTS and SDR_TRUNK_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS= -Xmx4G
set DEFAULT_JVM_OPTS="--add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED" "--add-modules=jdk.incubator.vector" "--add-exports=java.desktop/com.sun.java.swing.plaf.windows=ALL-UNNAMED"
set JAVA_HOME="%APP_HOME%"
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
set JAVA_EXE="%JAVA_EXE:"=%"
if exist %JAVA_EXE% goto init
echo.
echo ERROR: The directory %JAVA_HOME% does not contain a valid Java runtime for your platform.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
goto fail
:init
@rem Get command-line arguments, handling Windows variants
if not "%OS%" == "Windows_NT" goto win9xME_args
:win9xME_args
@rem Slurp the command line arguments.
set CMD_LINE_ARGS=
set _SKIP=2
:win9xME_args_slurp
if "x%~1" == "x" goto execute
set CMD_LINE_ARGS=%*
:execute
@rem Setup the command line
set CLASSPATH="%JAVA_HOME:"=%/lib/*"
@rem Execute sdr-trunk
%JAVA_EXE% %DEFAULT_JVM_OPTS% %CDS_JVM_OPTS% %JAVA_OPTS% %SDR_TRUNK_OPTS% -classpath %CLASSPATH% io.github.dsheirer.gui.SDRTrunk %CMD_LINE_ARGS%
:end
@rem End local scope for the variables with windows NT shell
if "%ERRORLEVEL%"=="0" goto mainEnd
:fail
rem Set variable SDR_TRUNK_EXIT_CONSOLE if you need the _script_ return code instead of
rem the _cmd.exe /c_ return code!
if not "" == "%SDR_TRUNK_EXIT_CONSOLE%" exit 1
exit /b 1
:mainEnd
if "%OS%"=="Windows_NT" endlocal
:omega
When I start it I am getting this.
07:20:19.408 INFO i.g.d.log.ApplicationLog - SDRTrunk Version : 0.5.0-beta3 [20MB/124MB 16%]
07:20:19.409 INFO i.g.d.log.ApplicationLog - Gradle Version : Gradle 7.4.2 [20MB/124MB 16%]
07:20:19.410 INFO i.g.d.log.ApplicationLog - Build Timestamp : 2022-05-04T14:55:06.134-0400 [20MB/124MB 16%]
07:20:19.410 INFO i.g.d.log.ApplicationLog - Build-JDK : 18.0.1 (BellSoft 18.0.1+12 [20MB/124MB 16%]
07:20:19.410 INFO i.g.d.log.ApplicationLog - Build OS : Linux (amd64 5.13.0-40-generic [20MB/124MB 16%]
07:20:19.410 INFO i.g.d.log.ApplicationLog - [20MB/124MB 16%]
07:20:19.411 INFO i.g.d.log.ApplicationLog - ******************************************************************* [20MB/124MB 16%]
07:20:19.411 INFO i.g.d.log.ApplicationLog - **** sdrtrunk: a trunked radio and digital decoding application *** [20MB/124MB 16%]
07:20:19.411 INFO i.g.d.log.ApplicationLog - **** website:
https://github.com/dsheirer/sdrtrunk *** [20MB/124MB 16%]
07:20:19.412 INFO i.g.d.log.ApplicationLog - ******************************************************************* [20MB/124MB 16%]
07:20:19.412 INFO i.g.d.log.ApplicationLog - Memory Logging Format: [Used/Allocated PercentUsed%] [20MB/124MB 16%]
07:20:19.412 INFO i.g.d.log.ApplicationLog - Host OS Name: Windows 10 [20MB/124MB 16%]
07:20:19.413 INFO i.g.d.log.ApplicationLog - Host OS Arch: amd64 [20MB/124MB 16%]
07:20:19.413 INFO i.g.d.log.ApplicationLog - Host OS Version: 10.0 [20MB/124MB 16%]
07:20:19.414 INFO i.g.d.log.ApplicationLog - Host CPU Cores: 8 [20MB/124MB 16%]
07:20:19.414 INFO i.g.d.log.ApplicationLog - Host Max Java Memory: 1 GB [20MB/124MB 16%]
07:20:19.414 INFO i.g.d.log.ApplicationLog - Storage Directories: [20MB/124MB 16%]