1830410 Members
2467 Online
110002 Solutions
New Discussion

maxssiz and maxdsiz

 
SOLVED
Go to solution
matteo_4
Frequent Advisor

maxssiz and maxdsiz

Please,
i haven't change this parametres, may you explain me how i can change it?
What is the correct step to change it?
Actually my workstation is:

maxdisz > 536870912
maxssiz > 16777216

I want to set maxdisz at 1Gb and maxssiz at 40Mb.

Thank you very much.

Regards
Matteo
2 REPLIES 2
Joseph Loo
Honored Contributor
Solution

Re: maxssiz and maxdsiz

hi,

both are static parameters, thus a reboot is as a kernel rebuild is require.

u may like to use sam (Kernel Configuration -> COnfigurable Parameters) to change to this value:

maxdsiz = 1073741824 (1024MB X 1024 X 1024)
maxssiz = 41943040 (40MB X 1024 X 1024)

hope it helps.

regards.
(p.s. please remember to assign points.)
what you do not see does not mean you should not believe
matteo_4
Frequent Advisor

Re: maxssiz and maxdsiz

ok i try it
thank you very much.