Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Network down when visitors are over 300 Post 36935 by TRUEST on Saturday 7th of June 2003 08:55:38 AM
Old 06-07-2003
Also if you have lots of swap, is the swap file or swap area in a spot where the system has to go thru series of directory to get to it?

say if you install your swap file at a location like

/disk2/var/james/files/imp/swap


that can also slow your system down because your system will have to go thru all those directories and subdirectories reading them before it actually gets to the swap file. (and that takes somep processing power)
 

We Also Found This Discussion For You

1. Shell Programming and Scripting

have a file with 300 columns

I am using awk to split the file to have 255 columns data in one file and rest in another file. This is the script i am using awk -F"|" '{print > $240}' sourcefilename> targetfilename Since, I cannot import the data into excel sheet , as excel sheet accepts only 255 columns, I am trying to... (4 Replies)
Discussion started by: dummy_needhelp
4 Replies
swapmem_on(5)							     OBSOLETE							     swapmem_on(5)

NAME
swapmem_on - OBSOLETE kernel tunable parameter DESCRIPTION
The tunable is obsolete. Processes will always be allowed to use pseudo-swap space if it is available. In previous versions of HP-UX, system configuration required sufficient physical swap space for the maximum possible number of processes on the system. This is because HP-UX reserves swap space for a process when it is created, to ensure that a running process never needs to be killed due to insufficient swap. This was difficult, however, for systems needing gigabytes of swap space with gigabytes of physical memory, and those with workloads where the entire load would always be in core. This tunable was created to allow system swap space to be less than core memory. To accomplish this, a portion of physical memory is set aside as "pseudo-swap" space. While actual swap space is still available, processes still reserve all the swap they will need at fork or execute time from the physical device or file system swap. Once this swap is completely used, new processes do not reserve swap, and each page which would have been swapped to the physical device or file system is instead locked in memory and counted as part of the pseudo-swap space. WARNINGS
Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. Tunable Kernel Parameters swapmem_on(5)
All times are GMT -4. The time now is 10:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy