mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-0: Updating MAXMEM comments in launch .bat scripts
This commit is contained in:
parent
02f56e5136
commit
c788a01228
2 changed files with 6 additions and 14 deletions
|
@ -3,13 +3,9 @@
|
||||||
@echo off
|
@echo off
|
||||||
setlocal
|
setlocal
|
||||||
|
|
||||||
:: Maximum heap memory size
|
:: Maximum heap memory may be changed if default is inadequate. This will generally be up to 1/4 of
|
||||||
:: Default for Windows 32-bit is 768M and 64-bit is 1024M
|
:: the physical memory available to the OS. Uncomment MAXMEM setting if non-default value is needed.
|
||||||
:: Raising the value too high may cause a silent failure where
|
::set MAXMEM=2G
|
||||||
:: Ghidra fails to launch.
|
|
||||||
:: Uncomment MAXMEM setting if non-default value is needed
|
|
||||||
|
|
||||||
::set MAXMEM=768M
|
|
||||||
|
|
||||||
call "%~dp0support\launch.bat" bg Ghidra "%MAXMEM%" "" ghidra.GhidraRun %*
|
call "%~dp0support\launch.bat" bg Ghidra "%MAXMEM%" "" ghidra.GhidraRun %*
|
||||||
|
|
||||||
|
|
|
@ -3,13 +3,9 @@
|
||||||
@echo off
|
@echo off
|
||||||
setlocal
|
setlocal
|
||||||
|
|
||||||
:: Maximum heap memory size
|
:: Maximum heap memory may be changed if default is inadequate. This will generally be up to 1/4 of
|
||||||
:: Default for Windows 32-bit is 768M and 64-bit is 1024M
|
:: the physical memory available to the OS. Uncomment MAXMEM setting if non-default value is needed.
|
||||||
:: Raising the value too high may cause a silent failure where
|
::set MAXMEM=2G
|
||||||
:: Ghidra fails to launch.
|
|
||||||
:: Uncomment MAXMEM setting if non-default value is needed
|
|
||||||
|
|
||||||
::set MAXMEM=768M
|
|
||||||
|
|
||||||
:: Debug launch mode can be changed to one of the following:
|
:: Debug launch mode can be changed to one of the following:
|
||||||
:: debug, debug-suspend
|
:: debug, debug-suspend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue