Increasing Memory Size on POS
TO INCREASE THE MEMORY SIZE OF THE APPLICATION FROM 256 MB TO 512 MB.
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
- 1. Open Notepad2. 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.log4. save the notepad file5. Kill the javaw.exe from the taskmanager6. Open the POS app ( it should launch quick )