C2070-581 · Question #83
During IBM FileNet Content Manager installation, IBM Content Search Services 64bit JVM environment is set with the default max heap size. The administrator needs to increase the indexable document…
The correct answer is A. 60MB + (heap memory - 2GB)/8.3. The maxHeapSize parameter sets the maximum heap size for the IBM Content Search Services server. The default is 1.5 GB for 32-bit JVMs and 4 GB for 64-bit JVMs. This value must be a number between 1.5 GB and the maximum amount of memory that is allowed for a specific operating…
Question
During IBM FileNet Content Manager installation, IBM Content Search Services 64bit JVM environment is set with the default max heap size. The administrator needs to increase the indexable document file size from 60MB to 300MB. This requires an increase of the max heap size by updating the IA_MAX_HEAP_SIZE parameter. Which formula would be used to estimate the heap size?
Options
- A60MB + (heap memory - 2GB)/8.3
- B60MB + (heap memory + 2GB)/8.3
- C60MB - (heap memory - 2GB)/8.3
- D60MB - (heap memory + 2GB)/8.3
How the community answered
(22 responses)- A82% (18)
- B5% (1)
- C5% (1)
- D9% (2)
Explanation
The maxHeapSize parameter sets the maximum heap size for the IBM Content Search Services server. The default is 1.5 GB for 32-bit JVMs and 4 GB for 64-bit JVMs. This value must be a number between 1.5 GB and the maximum amount of memory that is allowed for a specific operating system (64-bit or 32-bit). For example, IBM Content Search Services on a 32-bit Windows system cannot be configured to consume more than 1.8 GB of heap memory. On a 64- bit system, there is no such limit. However, the amount of heap memory that is allocated should take into account the amount of available physical memory. Allocating heap memory beyond the capacity of the computer can have a negative impact on performance and can also result in out- of- memory errors. You can set the maximum heap size when you install or upgrade IBM Content Search Services by specifying the IA_MAX_HEAP_SIZE parameter in the response file. When you set the maximum heap size to a value greater than 2 GB during the installation or upgrade of IBM Content Search Services on a 64-bit operating system, file size limits for text, XML, and binary documents are increased for new collections. For each 8.3 MB of heap memory over 2 GBs, the values of the file size limits are increased by 1 MB (starting from 60 MB up to 400 MB): 60 MB + (heap memory - 2 GB)/8.3
Topics
Community Discussion
No community discussion yet for this question.