Increasing the Java Heap size for ALM Server
Question ID: 107760
1
0

We were facing some performance issues with HP ALM, and we ran HP ALM Advisory tool which has recommended to increase our Java memory size to 4270 MB.

When I have checked the existing Initial and End Java memory it is as follows:

# Initial Java Heap Size (in MB)
wrapper.java.initmemory=almHeapSizeInitial

# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=almHeapSizeMax

Question: What does this mean?

Marked as spam
Posted by (Questions: 113, Answers: 8)
Asked on July 24, 2017 2:10 pm
437 views
Answers (1)
1
Private answer

The reason that you are seeing...

# Initial Java Heap Size (in MB)
wrapper.java.initmemory=almHeapSizeInitial

# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=almHeapSizeMax

instead of seeing...

# Initial Java Heap Size (in MB)
wrapper.java.initmemory=4096

# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=4096

There are two wrapper.conf files on the server one is located in C:ProgramDataHPALMWrapper and the other is located in C:Program FilesHPALMWrapper

You are going to C:Program FilesHPALMWrapperwrapper.conf

The file that you should be looking at is in C:ProgramDataHPALMWrapperwrapper.conf (ProgramData is a hidden directory). This file will have the actual values listed and is also the file that you will have to edit.

Marked as spam
Posted by (Questions: 0, Answers: 309)
Answered on July 24, 2017 2:12 pm
0
Thanks, sometimes it takes a second pair of eyes.
( at July 24, 2017 2:14 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top