Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Digital Unix(Tru64) memory problem

Re: Digital Unix(Tru64) memory problem

From: Eckhardt Wallmeroth <ewallmeroth_at_de.lhsgroup.com>
Date: 2000/07/13
Message-ID: <396d5dcf@news.lhsgroup.com>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US