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

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

1990/11211/sys/src/9/gnot/main.c:314,3241990/1127/sys/src/9/gnot/main.c:314,324 (short | long | prev | next)
1990/0603    
	conf.nmtab = 50*mul; 
1990/0709    
	conf.nmount = 80*mul; 
1990/0603    
	conf.nmntdev = 10*mul; 
1990/05313    
	conf.nmntbuf = 2*conf.nmntdev; 
1990/1127    
	conf.nmntbuf = conf.nmntdev; 
1990/05313    
	conf.nmnthdr = 2*conf.nmntdev; 
1990/1115    
	conf.nstream = 40 + 16*mul;		/* was 64 */ 
1990/1127    
	conf.nstream = 40 + 32*mul; 
1990/11151    
	conf.nqueue = 5 * conf.nstream; 
1990/1115    
	conf.nblock = 24 * conf.nstream;	/* was 32 */ 
1990/1127    
	conf.nblock = 24 * conf.nstream; 
1990/1115    
	conf.nsrv = 16*mul;			/* was 32 */ 
1990/0724    
	conf.nbitmap = 300*mul; 
1990/0709    
	conf.nbitbyte = 300*1024*mul; 


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