|
MSM Performance Improvement:
===========================
Symptoms
a. MSM slow/hung during large configurations.
b. MSM slow while running the TAS tool.
c. Out of Memory Error.
For better performance of MSM, when subjected to any heap-intensive (say heavy IOs) or computational tasks, improve the heap by including the following command "-Xms1024m -Xmx1024m", where
1024m Size of the heap allocated. The specified size is dependent on the machine's Hardware configuration.
-Xms1024m Sets the initial size of the Java heap to 1024 Mbytes
-Xmx1024m Sets the maximum heap size to 1024 Mbytes
1. Goto product home folder (C:\Program Files\MegaRAID Storage Manager).
2. Open startupui.bat file in editable mode.
3. Include the command -Xms1024m -Xmx1024m after "JRE\bin\javaw",
effectively:
start JRE\bin\javaw -Xms1024m -Xmx1024m -Duser.country=US.... |
|