Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

object.swap() returns not free memory, but occupied memory #42

Open
rmd13 opened this issue Jun 3, 2018 · 1 comment
Open

object.swap() returns not free memory, but occupied memory #42

rmd13 opened this issue Jun 3, 2018 · 1 comment

Comments

@rmd13
Copy link

rmd13 commented Jun 3, 2018

Hi, I got the following results :
object = com.jezhumble.javasysmon.JavaSysMon;
physicalStr = char(object.physical()); % total: 8096Mb free: 2032Mb
swapStr = char(object.swap()); %total: 16343Mb free: 12052Mb

The swap free space was shown 12052Mb, but infact the swap used was 12052Mb. So there shoud be somewhere wrong.

My computer has 8GB RAM, and 2032 was free.
Swap was assigned another ~8Gb, and total memory used = physical 6Gb + swap 6Gb = 12 Gb.

@goxr3plus
Copy link

Try JavaSysmon2 repository i have created, nobody replies here 😔.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants