View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003399 | SymmetricDS Pro | Bug | public | 2018-02-02 01:08 | 2018-02-16 22:34 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.8.0 | ||||
Target Version | 3.9.4 | Fixed in Version | 3.9.4 | ||
Summary | 0003399: Setup warns there is not enough memory on Linux | ||||
Description | Currently using OperatingSystemMXBean to report the free physical memory size. On Linux, it does not include buffers or cache memory. Linux will cache as much as it can for performance, but the buffers and cache are available as free memory if an applications needs it. Since the JDK does not seem to provide a way to get kernel buffer and cache memory size, we can use the "free -m" command. | ||||
Steps To Reproduce | Compile a bunch of stuff on Linux or otherwise do a bunch of disk access to use up memory with cache. The output of "free -m" will show a "free" column. The first line is the same free memory reported by Java. The second line is the free memory that is really available. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-02-02 01:08 | elong | New Issue | |
2018-02-02 01:08 | elong | Status | new => assigned |
2018-02-02 01:08 | elong | Assigned To | => elong |
2018-02-02 01:14 | elong | Status | assigned => resolved |
2018-02-02 01:14 | elong | Resolution | open => fixed |
2018-02-02 01:14 | elong | Fixed in Version | => 3.9.4 |
2018-02-16 22:34 | mmichalek | Status | resolved => closed |