mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-4173 Complete transition to using --option params with bsim and bsim_ctl commands
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
:: 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
|
||||
:: maximum heap memory (may be increased)
|
||||
set MAXMEM=2G
|
||||
|
||||
:: launch mode (fg, bg, debug, debug-suspend)
|
||||
set LAUNCH_MODE=fg
|
||||
|
||||
Reference in New Issue
Block a user