Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#1904 closed enhancement (fixed)

Display more memory usage details

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.4
Component: web Version:
Keywords: Cc:

Description

The "About" dialog display some information about used and available memory. While this can be useful, the most common memory issue is a "PermGen Space" out of memory error. This memory is a special section of the available memory and typically is less than 100 MB (I have seen number such as 64 and 82 MB).

Using ManagementFactory to retreive MemoryPoolMXBean instances can give us more detailed information about the memory. See https://docs.oracle.com/javase/7/docs/api/java/lang/management/ManagementFactory.html

Change History (4)

comment:1 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

(In [6676]) Fixes #1904: Display more memory usage details

comment:2 by Nicklas Nordborg, 9 years ago

(In [6678]) References #1904: Display more memory usage details

Groups display in heap and non-heap memory and display a warning if a region has used more than 50% of it's available memory.

comment:3 by Nicklas Nordborg, 9 years ago

(In [6679]) References #1904: Display more memory usage details

Change warning level to 75%.

comment:4 by Nicklas Nordborg, 9 years ago

(In [6680]) References #1904: Display more memory usage details

Remove unused style declarations.

Note: See TracTickets for help on using tickets.