Increasing Memory Size
Last updated
Last updated
Please do the following in the POS.
Open C drive
Open the retailcloud folder
Open POSSytem folder
Select Execute (bat file) and go to File and click EDIT
Edit the execute.bat file and change the following line
java -Xmx256m -Xms256m -jar -classpath lib/ POSGUI.jar to java -Xmx512m -Xms512m -jar -classpath lib/ POSGUI.jar
Save the file and Close
Restart the application
US Open instruction Sept 2016
Open Notepad
Drag a execute.bat file to the notepad3
Update the below line ( change 256 to 1024 )start javaw -Xmx256m -Xms256m -jar %POS_HOME%\POSGUI.jar > logs/output.log 2> logs/error.logTOstart javaw -Xmx1024m -Xms1024m -jar %POS_HOME%\POSGUI.jar > logs/output.log 2> logs/error.log
Save the notepad file
Kill the javaw.exe from the taskmanager
Open the POS app ( it should launch quick )