I recently installed OmniOS blood (151017) on a Dell R710 and and installed Gea's excellent Napp-it gui.
I was looking to see what the deduplication would be if enabled so ran "zdb -S mypoolname" and, after quite some time, the application crashed with OOM error (out of memory). Upon searching online I came across a post discussing 32-bit zdb application and 2GB memory limit.
After checking uname I realized that I'm running in 32 bit mode:
This, afaik, was not selectable during installation. Does anyone know of a way to switch to the 64 bit kernel?
My grub menu.lst appears to only list 32 bit kernels:
Thanks,
M
I was looking to see what the deduplication would be if enabled so ran "zdb -S mypoolname" and, after quite some time, the application crashed with OOM error (out of memory). Upon searching online I came across a post discussing 32-bit zdb application and 2GB memory limit.
After checking uname I realized that I'm running in 32 bit mode:
Code:
running on:SunOS fileserver 5.11 omnios-2e8c0ba i86pc i386 i86pc
My grub menu.lst appears to only list 32 bit kernels:
Code:
title OmniOS v11 r151017
kernel /platform/i86pc/kernel/amd64/unix
module /platform/i86pc/amd64/boot_archive
title OmniOS v11 r151017 ttya
kernel /platform/i86pc/kernel/amd64/unix -B console=ttya
module /platform/i86pc/amd64/boot_archive
title OmniOS v11 r151017 ttyb
kernel /platform/i86pc/kernel/amd64/unix -B console=ttyb
module /platform/i86pc/amd64/boot_archive
M