Most of the parameters of the HP-UX systems is managed through the kernel. Ensure your system is properly configured for all Dassault Systemes products by reviewing the following information. This information applies to both HP-UX 10.20 and 11.x.
To know the current settings of your kernel, execute as root the 'sysdef' command which returns the name of the parameter, its current value, its range value and its unit. You can also use the 'kmtune' command only available on HP-UX 11.
Use SAM: Kernel Configuration > Configurable Parameters to update the kernel values.
- minor file system performance opt
- Setting to insure process can allocate large data
- maxdsiz =
HP-UX 10.20 2063835136 (decimal) UX 11x for 32 bits apps using +q3p: 0xC0000000
- Setting to allow large applications to use deep call stacks
- maxssiz= 1024*1024*80 (corresponds to 80MB)
- Setting to permit large text space applications to load
- maxtsiz= 1024*1024*1024 (corresponds to 1GB)
- Setting to permit apps to open large number of files
- Ninode sizes the in-core inode table, also called the inode cache. For performance, the most recently accessed inodes are kept in memory
- Strong files system performance opt. If your app does repeated access (random especially) to lots of file system data then you want this set to cover the amount of file system you use. The trade off is that physical memory is more or less exclusively allocated here, away from application in-memory data structures.
- Choose dynamic behavior by setting dbc_max_pct and dbc_min_pct to the desired percentages of physical memory. Dynamic behavior is not always the best performing.
Choose fixed size with: dbc_max_pct = dbc_min_pct = x% where you have calculated the % of physical memory and choosen y MB of space for buffer cache
- disk space for greater total virtual memory area. Only physical memory provides fast application performance so this swap space is typically for large process(s) where only one (or part of one process) is actively using memory up to your physical memory size at one time.
- Typical setting is 2-4GB. Choose “device swap” space at HP-UX installation time or use SAM to create additional “device swap” after installation.
|