1834313 Members
2363 Online
110066 Solutions
New Discussion

Re: kmtune and adb

 
Praveen Bezawada
Respected Contributor

kmtune and adb

Hi
I have changed the kernel value maxdsiz, built the kernel and rebooted the machine.
now when i check the value using
kmtune I get the value I set that is 0x08000000
and if i use adb I get a value 16384.
Why are these values different, am I missing something.
6 REPLIES 6
Vincenzo Restuccia
Honored Contributor

Re: kmtune and adb

If you see maxdsiz with SAM ?
Vincenzo Restuccia
Honored Contributor

Re: kmtune and adb

Is right, I have same reply from my system.
kmtune is exadecimal and adb or SAM is decimal.
James R. Ferguson
Acclaimed Contributor

Re: kmtune and adb

Hi Praveen:

'adb' would report the 'maxdsiz' in "page-size" units. Page-size is normally 4096, so, (16384 * 4096) = 67108864 = 0x04000000.

What does this return?

# getconf PAGE_SIZE

...JRF...
Praveen Bezawada
Respected Contributor

Re: kmtune and adb

sam is showing a 0x8000000
Praveen Bezawada
Respected Contributor

Re: kmtune and adb

it's 4096
Don Morris_1
Honored Contributor

Re: kmtune and adb

What's your value for maxssiz?
[Just to be sure, see if that's the same in
SAM/kmtune and adb as well].

Don