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

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

1990/0717/sys/src/9/gnot/main.c:289,3011990/0721/sys/src/9/gnot/main.c:289,301 (short | long | prev | next)
1990/06021    
	conf.base1 = 16*1024*1024; 
	conf.npage = conf.npage0+conf.npage1; 
1990/0612    
	mul = 1 + (conf.npage1>0); 
1990/0617    
	conf.nproc = 40*mul; 
1990/0721    
	conf.nproc = 50*mul; 
1990/0709    
	conf.npgrp = 12*mul; 
1990/0603    
	conf.npte = 700*mul; 
	conf.nmod = 400*mul; 
1990/0312    
	conf.nalarm = 1000; 
1990/0603    
	conf.norig = 150*mul; 
	conf.nchan = 150*mul; 
1990/0721    
	conf.nchan = 200*mul; 
1990/0603    
	conf.nenv = 100*mul; 
	conf.nenvchar = 8000*mul; 
	conf.npgenv = 200*mul; 


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