0

We are running Jira on a box under VMware ESX 4.0 and performance is vaiable to say the least. The physical box has 12 Gig RAM and 4x Xeon 2.26 GHz CPUs. vCentre is telling us the CPUs are not maxed out at any time, RAM is fine too. When we issue a request to the host it sometimes maxes out all 4 vCPUs. Sometimes it's quick, sometimes very very slow. There doesn't seem to be a pattern.

Any ideas?

2 Answers2

1

Turned out they were Tunneling in over SSH (using putty SSH port forwarding ). I got them to VPN into our firewall instead and when they connected in via normal HTTP it worked just fine!

Java having issues with SSH decrypt? Who knows. Working now.

0

To me this sounds like the heap memory issue. I think jira allocated 128M of RAM to run on.

So in

./bin/setenv.sh

Just increase the memory options for

JAVA_OPTS
JIRA_MAX_PERM_SIZE

Then restart jira.. see if that helps. That is what helped for me on slow page/ajax loads.

Mike
  • 22,310
  • 7
  • 56
  • 79