Hi everyone!
So, the topic clearly states what is the problem.
I have a zabbix-docker environment, not very big, running 6.2.7 CentOS images.
There are no specific settings for Java in .env files
I checked out branch 6.2 of zabbix-docker and built Centos images myself with the latest tag (with the provided build.sh) - I have to store them in our local registry.
After that I changed 6.2.7 to 6.4.1 in my docker-compose.yml
Then I just start it normally. (aside: DB upgrade failed, I had to run "alter table media_type row_format = dynamic;" for it to pass)
Now, JavaGateway fails to start with OutOfMemory exception.
I do not see any specific setting for JVM - in settings and in the JVM arguments string recorded in the exception.
Any clues/directions?
I had to rollback the DB and version, so unfortunately I am unable to provide exact logs currently. :-( However if anyone is interested - I probably could.
So, the topic clearly states what is the problem.
I have a zabbix-docker environment, not very big, running 6.2.7 CentOS images.
There are no specific settings for Java in .env files
I checked out branch 6.2 of zabbix-docker and built Centos images myself with the latest tag (with the provided build.sh) - I have to store them in our local registry.
After that I changed 6.2.7 to 6.4.1 in my docker-compose.yml
Then I just start it normally. (aside: DB upgrade failed, I had to run "alter table media_type row_format = dynamic;" for it to pass)
Now, JavaGateway fails to start with OutOfMemory exception.
I do not see any specific setting for JVM - in settings and in the JVM arguments string recorded in the exception.
Any clues/directions?
I had to rollback the DB and version, so unfortunately I am unable to provide exact logs currently. :-( However if anyone is interested - I probably could.
Comment