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

Fix Linux page size calculation #1060

Merged
merged 1 commit into from
Dec 16, 2019
Merged

Fix Linux page size calculation #1060

merged 1 commit into from
Dec 16, 2019

Conversation

dbwiddis
Copy link
Member

@dbwiddis dbwiddis commented Dec 16, 2019

Fixes #1059

@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.825% when pulling 8beafec on dbwiddis:pagesize into fd39349 on oshi:master.

@codecov-io
Copy link

codecov-io commented Dec 16, 2019

Codecov Report

Merging #1060 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1060      +/-   ##
============================================
+ Coverage      77.5%   77.58%   +0.08%     
  Complexity        2        2              
============================================
  Files            26       26              
  Lines          1249     1249              
  Branches        159      159              
============================================
+ Hits            968      969       +1     
+ Misses          206      205       -1     
  Partials         75       75
Impacted Files Coverage Δ Complexity Δ
.../src/main/java/oshi/hardware/CentralProcessor.java 85.71% <0%> (+1.58%) 0% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd39349...8beafec. Read the comment docs.

@dbwiddis dbwiddis merged commit 8ab50c0 into oshi:master Dec 16, 2019
@dbwiddis dbwiddis deleted the pagesize branch December 16, 2019 06:26
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

Successfully merging this pull request may close these issues.

RAM Page size incorrectly showing on Ubuntu.
3 participants