1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 10:13:42 -04:00

2 Commits

Author SHA1 Message Date
Bala FA
208dd15245 Remove globalMaxCacheSize and globalCacheExpiry variables ()
This patch fixes below

* Remove global variables globalMaxCacheSize and globalCacheExpiry.
* Make global variables into constant in objcache package.
2017-03-02 10:34:37 -08:00
Bala FA
480ea826dc Move rlimit functions into sys package. ()
This patch addresses below

* go build works for bsd family
* probe total RAM size for bsd family
* make unit testable functions
2017-03-01 21:51:57 -08:00