GP-4173 Change bsim command line script to not specify MAXMEM

This commit is contained in:
ghidra1
2024-01-05 16:51:39 -05:00
parent c546c3d840
commit ad532036ab
4 changed files with 44 additions and 24 deletions

View File

@@ -3,8 +3,9 @@
@echo off
setlocal
:: maximum heap memory (may be increased)
set MAXMEM=2G
:: Maximum heap memory may be changed if default is inadequate. This will generally be up to 1/4 of
:: the physical memory available to the OS. Uncomment MAXMEM setting if non-default value is needed.
::set MAXMEM=2G
:: launch mode (fg, bg, debug, debug-suspend)
set LAUNCH_MODE=fg