Skip to content

Commit

Permalink
fix: Ubuntu Desktop requires 4 GB RAM
Browse files Browse the repository at this point in the history
Thanks to Dani Diaz
  • Loading branch information
frankiejol committed May 23, 2023
1 parent f54be9e commit e468fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ravada;
use warnings;
use strict;

our $VERSION = '2.0.3';
our $VERSION = '2.0.4';

use utf8;

Expand Down Expand Up @@ -395,8 +395,8 @@ sub _update_isos {
,url => 'http://releases.ubuntu.com/22.04/'
,file_re => '^ubuntu-22.04.*-desktop-amd64.iso'
,sha256_url => '$url/SHA256SUMS'
,min_disk_size => '12'
,min_ram => 1
,min_disk_size => '14'
,min_ram => 4
,options => { machine => 'pc-q35', bios => 'UEFI' }
,arch => 'x86_64'

Expand Down

0 comments on commit e468fbd

Please sign in to comment.