Operating System - Tru64 Unix
1830221 Members
1996 Online
109999 Solutions
New Discussion

Re: Which parameters can optimize the memory on Tru64?

 
foring
New Member

Which parameters can optimize the memory on Tru64?

Operation version is 4.0f。

How can I optimize the using of memory?

thanks a lot
1 REPLY 1
Ivan Ferreira
Honored Contributor

Re: Which parameters can optimize the memory on Tru64?

There are some kernel parameters that you can tune for memory optimization according to your environment.

It's highly advisable that you read the System Configuration and Tuning manual available at the Tru64 Documentation page. There you will find information about tuning kernel parameters for database or Internet server services.

You can remove unused subsystems from the kernel itself, you can specify shared memory parameters, paging and swaping behaviours, UBC and file system caching, etc.

But, first of all, you should monitor your system to ensure that your system requires memory tuning or more memory, if if the problem is memory at all.

If your system ia paging or swapping, maybe you need to increase the physical memory or reduce the memory need of your applications, or reduce the number of instances running.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?