Change minimum required RAM from 2GB to 1GB
This commit is contained in:
		
					parent
					
						
							
								02bb3305a1
							
						
					
				
			
			
				commit
				
					
						4dff4e07cb
					
				
			
		
					 8 changed files with 26 additions and 17 deletions
				
			
		|  | @ -209,7 +209,7 @@ class IndexView(CreateView): | |||
|             raise ValidationError(_('Invalid number of cores')) | ||||
| 
 | ||||
|     def validate_memory(self, value): | ||||
|         if (value > 200) or (value < 2): | ||||
|         if (value > 200) or (value < 1): | ||||
|             raise ValidationError(_('Invalid RAM size')) | ||||
| 
 | ||||
|     def validate_storage(self, value): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue