From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanel Kokk Subject: In kvm, a single process cannot allocate more than 3.6GB ram. Why? Date: Fri, 11 Dec 2009 11:03:27 +0200 Message-ID: <4B220ADF.6030709@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mail-ew0-f219.google.com ([209.85.219.219]:53506 "EHLO mail-ew0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755527AbZLKJDX (ORCPT ); Fri, 11 Dec 2009 04:03:23 -0500 Received: by ewy19 with SMTP id 19so736725ewy.21 for ; Fri, 11 Dec 2009 01:03:28 -0800 (PST) Sender: kvm-owner@vger.kernel.org List-ID: Does anybody have a glue why process are not able to allocate more than 3.6GB memory ? What should i do to allow process allocate more than 3.6GB memory? Is it possible at all? I have hostserver: linux kernel: 2.6.30.9 (arch amd64) RAM: 64GB CPUs: 2xQuadCore AMD Opteron 2378 Then I have several kvm guests on it, like: linux kernel: 2.6.30.4 (arch amd64) RAM: 6GB CPUs: 2xQEMU Virtual CPU version 0.9.1 (vendor: AuthenticAMD) cpu flags: fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm pni hypervisor VM use virtio for net and block drivers. Tanel