Virtualbox - Windows - RAM

Bonjour,
Je viens d’installer Virtualbox pour pouvoir utiliser Windows.
Dans l’étape : Choisissez la quantité de la RAM à allouer, je ne peux pas allouer plus que 4Mio ce qui est étrange. (le fichier joint présente une capture d’écran)

Sinon voilà ce que donne la commande free

total used free shared buffers cached Mem: 3 2 1 0 0 0 -/+ buffers/cache: 1 2 Swap: 3 0 3 Total: 7 2 5

Les giga* et les mega*, c’est pas pareil …

$ free --help

[code]
Usage:
free [options]

Options:
-b, --bytes show output in bytes
-k, --kilo show output in kilobytes
-m, --mega show output in megabytes
-g, --giga show output in gigabytes
–tera show output in terabytes
-h, --human show human-readable output
–si use powers of 1000 not 1024
-l, --lohi show detailed low and high memory statistics
-o, --old use old format (without -/+buffers/cache line)
-t, --total show total for RAM + swap
-s N, --seconds N repeat printing every N seconds
-c N, --count N repeat printing N times, then exit

 --help     display this help and exit

-V, --version output version information and exit

For more details see free(1).[/code]

Compare le retour de
$ free -gt
(option g comme giga, t comme total)
à
$ free -mt
(m, mega)

Je voulais juste mentionner que j’ai 1GO de Free RAM.
free -mt:

total used free shared buffers cached Mem: 3858 2173 1684 0 65 1028 -/+ buffers/cache: 1079 2778 Swap: 3987 0 3987 Total: 7846 2173 5672