Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Digital Unix(Tru64) memory problem
Look at the kernel parameters in the 'proc' and 'vm' subsystems:
'sysconfig -q proc | grep per-proc' and 'sysconfig -q vm vm-maxvas' will
show you the actual limits.
Increase [max-]per-proc-data-size and [max-]per-proc-address-space to the
desired value. Set vm-maxvas to the same value as
max-per-proc-address-space.
The values are set in /etc/sysconfigtab. Look at the man page for
'sysconfigdb' for how to change them.
Eckhardt Received on Thu Jul 13 2000 - 00:00:00 CDT
![]() |
![]() |