soryu: add more ram
This commit is contained in:
		
							parent
							
								
									3121abd968
								
							
						
					
					
						commit
						22ba543e74
					
				@ -15,8 +15,8 @@
 | 
				
			|||||||
      Bind = [
 | 
					      Bind = [
 | 
				
			||||||
        "/dev/dri:/dev/dri"
 | 
					        "/dev/dri:/dev/dri"
 | 
				
			||||||
        "/dev/kfd:/dev/kfd"
 | 
					        "/dev/kfd:/dev/kfd"
 | 
				
			||||||
        "/mnt/human/llama:/llama"
 | 
					        "/mnt/human/llama:/llama:idmap"
 | 
				
			||||||
        "/mnt/human/sd:/sd"
 | 
					        "/mnt/human/sd:/sd:idmap"
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
@ -27,8 +27,8 @@
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
    serviceConfig = {
 | 
					    serviceConfig = {
 | 
				
			||||||
      CPUQuota = "300%";
 | 
					      CPUQuota = "300%";
 | 
				
			||||||
      MemoryHigh = "14G";
 | 
					      MemoryHigh = "29G";
 | 
				
			||||||
      MemoryMax = "15G";
 | 
					      MemoryMax = "30G";
 | 
				
			||||||
      MemorySwapMax = "25G";
 | 
					      MemorySwapMax = "25G";
 | 
				
			||||||
      ExecStart = "systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i -D /mnt/human/machines/ubuntu-ai";
 | 
					      ExecStart = "systemd-nspawn --quiet --keep-unit --boot --link-journal=try-guest --network-veth -U --settings=override --machine=%i -D /mnt/human/machines/ubuntu-ai";
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user