Increase powerpc64 KVA from ~7.25GB to 32GB
This will let us use much more KVA for ZFS ARC where needed. This may be incresed in the future if memory requirements increase. Discussed with: nwhitehorn
This commit is contained in:
parent
feabe856c7
commit
47bc3a3d85
@ -107,7 +107,7 @@
|
||||
|
||||
#ifdef __powerpc64__
|
||||
#define VM_MIN_KERNEL_ADDRESS 0xe000000000000000UL
|
||||
#define VM_MAX_KERNEL_ADDRESS 0xe0000001c7ffffffUL
|
||||
#define VM_MAX_KERNEL_ADDRESS 0xe0000007ffffffffUL
|
||||
#define VM_MAX_SAFE_KERNEL_ADDRESS VM_MAX_KERNEL_ADDRESS
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user