64/32 guests [message #47788] |
Mon, 10 September 2012 13:00 |
Mark Olliver
Messages: 11 Registered: September 2011
|
Junior Member |
|
|
Hi,
I am wondering as memory management is a responsibility of the kernel and with openvz there is only a single kernel what benefit is there of running 64bit guests over 32bit guests if you are only running 32 bit programs even if they do use a lot of memory?
Regards
Mark
|
|
|
|
|
|
Re: 64/32 guests [message #47797 is a reply to message #47788] |
Mon, 10 September 2012 18:55 |
David Brown
Messages: 5 Registered: March 2012
|
Junior Member |
|
|
On 10/09/12 15:00, Mark Olliver wrote:
> Hi,
>
> I am wondering as memory management is a responsibility of the kernel
> and with openvz there is only a single kernel what benefit is there
> of running 64bit guests over 32bit guests if you are only running 32
> bit programs even if they do use a lot of memory?
>
If the host kernel is 64-bit, you can choose 32-bit or 64-bit for the
guests (you can also have a mainly 64-bit guest and run 32-bit apps there).
64-bit has three advantages over 32-bit. It allows easier access to
more memory, the amd64 cpu architecture is somewhat less brain-dead than
the x86 (it has more registers and a more orthogonal instruction set),
and it supports more new instructions (more SIMD code, and instructions
using longer integers).
So if you have code that involves heavy maths, or can benefit from large
amounts of memory, then 64-bit will be a big win.
32-bit has the advantage of using less memory for data structures with
pointers, and being slightly more compact code - both leading to higher
cache hit rates.
Overall, there is seldom a significant performance or size difference
between the two - but 64-bit code has the edge on average.
On the other hand, some software (especially binary-only software) is
only available in 32-bit.
For my own use, I use 64-bit almost everywhere, except in a couple of
containers where 32-bit makes it easier to install the particular
software I wanted on that virtual machine.
|
|
|
|
|
|
Re: vzdump Backup Status on IOS devices [message #47870 is a reply to message #47801] |
Mon, 17 September 2012 15:47 |
Christian Blaich
Messages: 6 Registered: June 2012
|
Junior Member |
|
|
Interesting, I'm using PVE (Proxmox) and the current Version of vzdump
is 2.1.
It belongs to package pve-manager 2.1-14.
But great to know that it works under packages from Squeeze mirror.
I'll ask in the pve mailing list.
Thx Joe
Greets chris
Am 17.09.2012 17:36, schrieb Joseph Hauptmann:
> i'm afraid not. at least not this week as I'm not going to find time to
> anonymize the sourcecode.
>
> if it's really important to you remind me on friday and I will forward
> you the output during the weekend.
>
> which version are you using? the message I tested on the iphone was
> genereted by vzdump_1.2.6-2_all.deb (MD5sum:
> 272546d428d6dc749ef7621aa9a4ec48).
>
> greetings, joe
>
>
> Am 17.09.2012 16:29, schrieb Christian Blaich:
>> Hi Joe,
>>
>> hm i got an Iphone and Ipad and both don't work.
>> What excactly did you receive ? Can you forward the Message to me ?
>>
>> Greets
>>
>> Am 17.09.2012 10:50, schrieb Joseph Hauptmann:
>>> hi,
>>>
>>> just checked it (also with the german version 5.1.1 of IOS) and it works
>>> fine.
>>>
>>> greetings,
>>> joe
>>>
>>> Am 11.09.2012 15:24, schrieb Christian Blaich:
>>>> Hi,
>>>>
>>>> i would like to check the Backup Status of my Servers after getting up
>>>> on my Iphone/Ipad.
>>>> But unfortunatelly the mail can't be displayed.
>>>>
>>>> The error is the following (got the german IOS):
>>>>
>>>> Diese E-Mail ist so formatiert, dass sie nicht angezeigt werden konnte
>>>> Die E-Mail muss in einem anderen Format oder mit einem anderen
>>>> E-Mail-Programm erneut verschickt werden, multipart/alternative
>>>>
>>>> I think the english error should be like (translated):
>>>> The e-mail is not well formated and can't be displayed. Please resend it
>>>> in a new format or try to change the E-Mail Prog.
>>>>
>>>> Are there any settings to change the output of vzdump mails ?
>>>>
>>>> Greets
>>>> chris
--
Gruß
Christian
-----
Mit freundlichen Grüßen
mmc-root.net
Christian Blaich
Gartenweg 2
75389 Neuweiler
Tel.: 07055 - 930616
Fax: 07055 - 9307066
Consulting - Webhosting - Linux & Windows Systemadministration
|
|
|