diff options
-rw-r--r-- | lib/os_mon/src/memsup.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/os_mon/src/memsup.erl b/lib/os_mon/src/memsup.erl index cc948c632a..471b344089 100644 --- a/lib/os_mon/src/memsup.erl +++ b/lib/os_mon/src/memsup.erl @@ -700,6 +700,7 @@ get_os_wordsize_with_uname() -> "x86_64" -> 64; "sparc64" -> 64; "amd64" -> 64; + "ppc64" -> 64; _ -> 32 end. |