Wednesday, January 13, 2010

How to add temporary directory based swap space in HPUX

The examples enable paging to the file system containing the /paging directory. The maximum number of file system blocks available to the paging system is set to 5000, the number of file system blocks reserved for file system use only is set to 10000, and the priority is set to 2. The number of file system blocks initially taken by the paging system defaults to 0 in the first example, and is set to 0 in the second example. On a file system with the default 8kB block size, these examples allocate approximately 40MB of file system paging.

# /usr/sbin/swapon -l 5000 -r 10000 -p 2 /paging

No comments: