Increase the number of CPUs to 56 for nOS-V docker
This commit is contained in:
		
							parent
							
								
									89049d0b1f
								
							
						
					
					
						commit
						ebb5e94416
					
				| @ -30,7 +30,10 @@ | |||||||
|         registrationConfigFile = config.age.secrets."secrets/nosv-token".path; |         registrationConfigFile = config.age.secrets."secrets/nosv-token".path; | ||||||
|         dockerImage = "debian:stable"; |         dockerImage = "debian:stable"; | ||||||
|         tagList = [ "docker" "xeon" ]; |         tagList = [ "docker" "xeon" ]; | ||||||
|         registrationFlags = [ "--docker-network-mode host" ]; |         registrationFlags = [ | ||||||
|  |           "--docker-network-mode host" | ||||||
|  |           "--docker-cpus 56" | ||||||
|  |         ]; | ||||||
|         environmentVariables = { |         environmentVariables = { | ||||||
|           https_proxy = "http://localhost:23080"; |           https_proxy = "http://localhost:23080"; | ||||||
|           http_proxy = "http://localhost:23080"; |           http_proxy = "http://localhost:23080"; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user