1753835 Members
7612 Online
108806 Solutions
New Discussion юеВ

large_ncargs_enabled

 
SOLVED
Go to solution
Shahul
Esteemed Contributor

large_ncargs_enabled

Hi

There is tunable parameter called large_ncargs_enable. Can anybody explain me what for this. In my system it is set to 0. I have a G class with 10.2.

Thanks in advance
Shahul
4 REPLIES 4
Trond Haugen
Honored Contributor
Solution

Re: large_ncargs_enabled

The argument list to anny command is by default max 20478 bytes.
If you set large_ncargs_enable to '1' the max length will be 20478000 bytes.

Regards,
Trond
Regards,
Trond Haugen
LinkedIn
Frederic Soriano
Honored Contributor

Re: large_ncargs_enabled

Hi shahul,

Have also a glance at this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf204670142b2d5118ff10090279cd0f9,00.html

Hope this helps!

Best regards,
Fred.
Michael Tully
Honored Contributor

Re: large_ncargs_enabled

Sorry, I've not heard of this one. Unless there is some driver for it? Unfortunately 10.20 does not have a kernel parameter document
on-line, only 11.

http://www.docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
Anyone for a Mutiny ?
Steve Steel
Honored Contributor

Re: large_ncargs_enabled

Hi

From patch PHKL_16750 or PHKL_16751

700 or 800

When this patch is installed the default environment size is 20478 bytes. To enable the system to use the larger environment size of 2048000 bytes, the following steps must
be followed.

1. A new tunable called `large_ncargs_enabled' must be defined in the sytem file in the following manner large_ncargs_enabled 1
2. A new kernel must be built (using this system file) and the system rebooted.

To return to the default environment size, the new tunable needs to be either removed from the system file, or its value set to zero. A new kernel should then be built(using the modified system file) and the machine rebooted.


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)