plan 9 kernel history: overview | file list | diff list

1990/05313/gnot/main.c (diff list | history)

1990/05151/sys/src/9/gnot/main.c:237,2451990/05313/sys/src/9/gnot/main.c:237,245 (short | long | prev | next)
1990/03091    
	conf.npgrp = 15; 
1990/0320    
	conf.npage = (4*1024*1024-256*1024)/BY2PG; 
1990/03091    
	conf.npte = 500; 
	conf.nmod = 50; 
1990/05313    
	conf.nmod = 200; 
1990/0312    
	conf.nalarm = 1000; 
1990/03091    
	conf.norig = 50; 
1990/05313    
	conf.norig = 100; 
1990/0321    
	conf.nchan = 200; 
	conf.nenv = 100; 
	conf.nenvchar = 8000; 
1990/05151/sys/src/9/gnot/main.c:246,2581990/05313/sys/src/9/gnot/main.c:246,258
1990/0321    
	conf.npgenv = 200; 
1990/03091    
	conf.nmtab = 50; 
	conf.nmount = 100; 
1990/05151    
	conf.nmntdev = 10; 
	conf.nmntbuf = 20; 
	conf.nmnthdr = 20; 
1990/05313    
	conf.nmntdev = 20; 
	conf.nmntbuf = 2*conf.nmntdev; 
	conf.nmnthdr = 2*conf.nmntdev; 
1990/0310    
	conf.nstream = 64; 
	conf.nqueue = 5 * conf.nstream; 
1990/0322    
	conf.nblock = 12 * conf.nstream; 
1990/03091    
	conf.nsrv = 32; 
1990/0327    
	conf.nbitmap = 100; 
	conf.nbitbyte = 200*1024; 
1990/05313    
	conf.nbitbyte = 400*1024; 
1990/03091    
} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)