Greetings, 
I am in the process of installing openssh, and it
requires ssl (using openssl, well trying).
Everything worked perfect on one machine, trying to
ran make on an almost mirror machine to first one
(4.0g) for installing openssl, it dies with
"Insufficient Virtual memory". I dont see how it is
coming up with that conclusion, and have attached
various outputs that concern vm. ALso diff 'ed
sysconfig values for vm and proc btwn the supposedly
twin systems, and the differences are in:
working		Non-working (compile of openssl)
65536		16384  vm-pagemax
512		256    max-threads-per-user
491247275	2097152 max-proc-per-stack-size
1024		32    num-timeout-hash-queues
1024		64     num-wait-queues
(I will work on these differences later)
Any pinpoints of why compilation for openssl is coming
up with this conclusion is appreciated.
Error message:
Fatal:  Insufficient virtual memory to continue
compilation.
*** Exit 1
Stop.
vmstat -s
#security/openssh-2.9p2/openssl-0.9.6$ vmstat -s
Virtual Memory Statistics: (pagesize = 8192)
      1310   active pages             
     10478   inactive pages           
    113778   free pages               
     21971   wired pages              
 106941122   virtual memory page faults
  16938820   copy-on-write page faults
  36906551   zero fill page faults    
  32783709   reattaches from reclaim list
  27630885   pages paged in           
    687944   pages paged out          
12666929082   task and thread context switches
1710933163   device interrupts        
474551364814   system calls  
#security/openssh-2.9p2/openssl-0.9.6$ swapon -sv
Swap partition /dev/rz21c (default swap):
    Allocated space:       256905 pages (2007MB)
    In-use space:            7446 pages (  2%)
    Free space:            249459 pages ( 97%)
Total swap allocation:
    Allocated space:       256905 pages (2007MB)
    Reserved space:         28224 pages ( 10%)
    In-use space:            7446 pages (  2%)
    Available space:       228681 pages ( 89%)
    
    
#security/openssh-2.9p2/openssl-0.9.6$ vmstat 2 5
Virtual Memory Statistics: (pagesize = 8192)
  procs    memory         pages                       
  intr        cpu      
  r  w  u  act  free wire fault cow zero react pin
pout  in  sy  cs  us  sy  id
  5 189 38   58K 112K  21K 106M  16M  36M  32M  27M
687K 124 34K 918   7   3  90
  5 189 38   58K 112K  21K  183    8  157    0   11   
0  26  2K  1K   0   0  99
  5 189 38   58K 111K  21K  440    0  436    0    2   
0  40  3K  1K   1   1  98
  5 189 38   58K 111K  21K  132    0  132    0    0   
0  23  2K  1K   0   1  99
  5 189 38   58K 111K  21K  132    0  132    0    0   
0  21  2K  1K   0   1  99
=====
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
Received on Wed Jul 18 2001 - 19:17:20 NZST