mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Use hw.physmem64 instead of hw.physmem for NetBSD in pkg/sys/getHwPhysmem (#10907)
"hw.physmem" only reports reasonable results on 32 bit systems and is kept to not break binary compatibility. On other systems, it reports "-1". "hw.phymem64" reports reasonable results on all systems. MinIO getHwPhysmem method currently uses the deprecated "hw.physmem" key which results in a parse error (due to the -1). This pull request asks for changing this. The change was tested successfully on NetBSD/amd64 9.1.
This commit is contained in:
committed by
GitHub
parent
0b766288ef
commit
0745736e28
@@ -1,4 +1,4 @@
|
||||
// +build openbsd netbsd freebsd dragonfly
|
||||
// +build openbsd freebsd dragonfly
|
||||
|
||||
/*
|
||||
* MinIO Cloud Storage, (C) 2016,2017 MinIO, Inc.
|
||||
|
||||
Reference in New Issue
Block a user