Wiki source code of Out of memory - Machine
Last modified by Erik Bakker on 2024/09/03 13:05
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{container}}{{container layoutStyle="columns"}}((( | ||
2 | In this document, we will use the information from the actual root cause analysis to make a generic view that can be used if you run into the same or a similar problem in the future. Finally, the document will describe the situation, the problem, the analysis, and the result. | ||
3 | |||
4 | Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]]. | ||
5 | |||
6 | == 1. Situation == | ||
7 | |||
8 | An error is received saying that the application memory is above the treshold. | ||
9 | |||
10 | == 2. Problem == | ||
11 | |||
12 | The problem in this case was overcommitted memory. E.g. the processes on the machine together take up too much memory preventing the machine to perform well. | ||
13 | |||
14 | == 3. Analysis == | ||
15 | |||
16 | === 3.1 Reproduction === | ||
17 | |||
18 | N/A | ||
19 | |||
20 | === 3.2 Analysis === | ||
21 | |||
22 | The error led us to investigate the memory settings of the machine. It is seen that the memory configuration is in total slightly less than the maximum. However, the JMS heap can be upped in some cases in which extra memory is needed. In those cases the total memory will rise above the maximum. | ||
23 | |||
24 | == 4. Result == | ||
25 | |||
26 | The memory settings of a machine should be configured such that there is space for allocation extra memory. | ||
27 | |||
28 | == 5. Suggested Additional Readings == | ||
29 | |||
30 | * [[Expert (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.WebHome||target="blank"]] | ||
31 | ** [[Solution Architecture (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.WebHome||target="blank"]] | ||
32 | *** [[Determine needed memory>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.expert-solution-architecture-determining-needed-memory||target="blank"]] | ||
33 | *** [[Configure needed memory>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Solution Architecture.expert-solution-architecture-configure-needed-memory.WebHome||target="blank"]] | ||
34 | * [[Memory (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?sort=score&sortOrder=desc&highlight=true&facet=true&r=1&f_space_facet=0%2FMain.&f_type=DOCUMENT&f_locale=en&f_locale=&f_locale=en&text=%22memory%22||target="blank"]] | ||
35 | |||
36 | )))((({{toc/}}))){{/container}}{{/container}} |