Solution according to your OS:
if Ubuntu :
open the .bashrc file in the user's home folder (it is hidden) and add or edit one line from the last 2-3 lines:
export CATALINA_OPTS="-Xms512m -Xmx1024m"
else Windows :
In your environment, variables add / edit
CATALINA_OPTS = "-Xms512m -Xmx1024m"
ravi.patel
source share