Hi there, sorry about the basic question I know it’s been answered a million times, however I have been unable to find my specific answer.
I’m using this docker image:
https://hub.docker.com/r/nasqueron/openfire
I just moved the container and in the new environment I am seeing OOM errors shortly after startup. I’m trying to increase it from 512M and nowhere I put the configuration or java options seems to apply.
Can someone who understands openfire take a look at this image and help me find where to apply the options in a way that would have an impact.
Things I’ve tried:
- Adding
-Xms1024m -Xmx2048m
the arguments to the docker run - Adding these parameters to env
OPENFIRE_OPTS
, andJAVA_OPTS
- Adding these parameters to
/etc/default/openfire
I have looked for the openfire/bin
directory to create the two daemon files but I don’t see this directory.
I see the changes I have made in the environment, being used but when I check Java Memory in openfire dashboard it always shows 512M and it gets tacked out within minutes. We have a fairly large deployment IIRC.
Thank you!