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

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

1990/0320/sys/src/9/gnot/main.c:240,2491990/0321/sys/src/9/gnot/main.c:240,249 (short | long | prev | next)
1990/03091    
	conf.nmod = 50; 
1990/0312    
	conf.nalarm = 1000; 
1990/03091    
	conf.norig = 50; 
	conf.nchan = 100; 
	conf.nenv = 50; 
	conf.nenvchar = 4000; 
	conf.npgenv = 100; 
1990/0321    
	conf.nchan = 200; 
	conf.nenv = 100; 
	conf.nenvchar = 8000; 
	conf.npgenv = 200; 
1990/03091    
	conf.nmtab = 50; 
	conf.nmount = 100; 
	conf.nmntdev = 5; 
1990/0320/sys/src/9/gnot/main.c:251,2561990/0321/sys/src/9/gnot/main.c:251,256
1990/0312    
	conf.nmnthdr = 10; 
1990/0310    
	conf.nstream = 64; 
	conf.nqueue = 5 * conf.nstream; 
	conf.nblock = 16 * conf.nstream; 
1990/0321    
	conf.nblock = 32 * conf.nstream; 
1990/03091    
	conf.nsrv = 32; 
} 


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