tests: docker-system: Increase VM memory.
* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'memory-size'.
This commit is contained in:
		
							parent
							
								
									60fd4118f7
								
							
						
					
					
						commit
						2b0026813b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,6 +1,6 @@ | |||
| ;;; GNU Guix --- Functional package management for GNU | ||||
| ;;; Copyright © 2019 Danny Milosavljevic <dannym@scratchpost.org> | ||||
| ;;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org> | ||||
| ;;; Copyright © 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org> | ||||
| ;;; | ||||
| ;;; This file is part of GNU Guix. | ||||
| ;;; | ||||
|  | @ -207,7 +207,7 @@ inside %DOCKER-OS." | |||
|      ;; load' must be able to store the whole image into memory, hence the | ||||
|      ;; huge memory requirements.  We should avoid the volatile-root setup | ||||
|      ;; instead. | ||||
|      (memory-size 4000) | ||||
|      (memory-size 4500) | ||||
|      (port-forwardings '()))) | ||||
| 
 | ||||
|   (define test | ||||
|  |  | |||
		Reference in a new issue