Wildfire 3.2.2 Upgrade Problems

Hi

I have upgraded wildfire from 3.1.1 to 3.2.2 and i am getting following problems;

I upgraded wildfire on my Fedora Core 5 64 bit using .rpm and replaced /opt/wildfire/conf folder with previous folder of 3.1.1

It utilises huge amount of memory and got hanged as I have assigned 1024 MB memory by adding INSTALL4J_ADD_VM_PARAMS="-Xms512m -Xmx1536m"

in /opt/wildfire/bin/wildfire

Some times it utilises 1.7 GB of memory

PID USER PRI NI SIZE RSS SHARE STAT LIB %CPU %MEM TIME COMMAND

2385 root 15 0 1939M 1.7G 2856 S 0 99.9 85.9 49:19 java

also upgraded Spark to 2.0.8 using on linux it got server connection error frequently.

Need help and suggesions.

Shahzad Abid

Hey Shahzad,

Have you updated your plugins too? Can you get a thread dump of the JVM when it is hanged? Just execute kill -3 [process_id] and the thread dump will be saved to your stdout (prob your nohup file).

Regards,

– Gato