Victor Sudakov wrote: > Paul Vixie wrote: >> for everything else, the larger register set on amd64 will matter more, >> and you should probably use a 64-bit guest. > > There is an opinion that 64-bit systems use up more resources than > 32-bit ones for the same tasks, it that not true?
it's not true. only the size of a pointer can affect you, and only if your RAM will be mostly full of pointers, as it would be with BIND9. for a web server you'll notice no real difference between CPU modes. -- P Vixie _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "[email protected]"
