Increasing Memory Size

TO INCREASE THE MEMORY SIZE OF THE APPLICATION FROM 256 MB TO 512 MB.

Please do the following in the POS.

  1. Open C drive

  2. Open the retailcloud folder

  3. Open POSSytem folder

  4. Select Execute (bat file) and go to File and click EDIT

  5. Edit the execute.bat file and change the following line

    1. java -Xmx256m -Xms256m -jar -classpath lib/ POSGUI.jar to java -Xmx512m -Xms512m -jar -classpath lib/ POSGUI.jar

  6. Save the file and Close

  7. Restart the application

US Open instruction Sept 2016

  1. Open Notepad

  2. Drag a execute.bat file to the notepad3

  3. 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

  4. Save the notepad file

  5. Kill the javaw.exe from the taskmanager

Last updated