csgillespie / benchmarkme

Crowd sourced benchmarking
https://csgillespie.github.io/benchmarkme/
40 stars 13 forks source link

`get_ram` doesn't work in Kaggle note books #26

Closed xiaodaigh closed 4 years ago

xiaodaigh commented 4 years ago

On kaggle.com if I start a new notebook and I run get_ram()

I get

Unable to detect your RAM. # nocov
            Please raise an issue at https://github.com/csgillespie/benchmarkme
csgillespie commented 4 years ago

Works for me:

library(benchmarkme)
get_ram()
# 3.16 GB

I don't know anything kaggle note books thoug