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

Is systemMemStats working correctly? #19

Open
raacampbell opened this issue Feb 15, 2017 · 1 comment
Open

Is systemMemStats working correctly? #19

raacampbell opened this issue Feb 15, 2017 · 1 comment

Comments

@raacampbell
Copy link
Collaborator

On Linux I see:

>> [f,t]= stitchit.tools.systemMemStats

f =

    66295432


t =

    65875908

>> free
Undefined function or variable 'free'.
 
>> !free
              total        used        free      shared  buff/cache   available
Mem:       65875908     8239088      445172      180168    57191648    56668628
Swap:      67008508      713076    66295432
>> 

On a Mac I see:

>> [f,t]= stitchit.tools.systemMemStats

f =

     1032028


t =

    15625000

The OS X activity monitor reports 11.7 GB of 16 GB used.

@raacampbell
Copy link
Collaborator Author

I have found when doing this myself in the past that different versions of free return the results formatted in slightly different ways and this has thrown off my readers. I don't have the time to look into this now, but I'm flagging it.

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

1 participant