Please follow the next steps:
1. Stop quilliup service (from Task Manager).
2. Delete all the log files from the "..\quilliup\logs" folder.
3. Delete the "Catalina" folder from the "..\quilliup\work" folder.
4. Go to the quilliup installation folder (usually "C:\Program Files\quilliup\bin") and change the parameters in the next two files:
service.bat:
Search for the next parameters:
--JvmMs minmin_value^
--JvmMx maximum_value
catalina.bat:
Search for the next line if exist:
set JAVA_OPTS=-Xmsminimum_valuem -Xmxmaximum_valuem -XX:PermSize=512m
Note: all the parameter values must match the server's RAM memory value!
If the line doesn't exist --> replace the 'setlocal' with the 'set JAVA_OPTS=-Xmsminimum_valuem -Xmxmaximum_valuem -XX:PermSize=512m' row and adjust min&max values.
Before changes:
After changes:
5. re-create quilliup's service.
Follow the next steps:
a. Open CMD as administrator.
b. Go to the bin folder:
cd /d C:\Program Files\quilliup\binc. Delete the quilliup service by running the following command:
sc delete quilliupd. Open the Services and refresh the list to make sure the quilliup service was deleted.
e. Install the service by running the next command:
service.bat install quilliupf. Open the Services and refresh the list to make sure the quilliup service was created.
g. Start quilliup service.
Note: make sure that the memory has been changed in both files.
Comments
0 comments
Please sign in to leave a comment.