Displaying 5 results from an estimated 5 matches for "numa1".
Did you mean:
numa
2019 Dec 18
0
[RFC 00/13] virtio-iommu on non-devicetree platforms
...apping.
It looks like the user can specify this guest-host mapping on the
command-line:
-object memory-backend-ram,id=mem0,size=4G,host-nodes=3,policy=bind
-object memory-backend-ram,id=mem1,size=4G,host-nodes=4,policy=bind
-numa node,memdev=mem0,nodeid=numa0
-numa node,memdev=mem1,nodeid=numa1
-numa cpu,node-id=numa0,socket-id=0
-numa cpu,node-id=numa1,socket-id=1
numa0 and numa1 would get proximity domains 0 and 1, corresponding to host
domains 3 and 4. It is also possible to specify the NUMA node of a PCI bus
(via the PCI expander bridge), and therefore to assign a VFIO PCI device...
2002 Jan 29
2
Non-standard usage of rsync
Hi,
I am thinking about a non-standard usage of rsync (at least not
mentioned in the man file)
I want to synchronized my collegues home directories(trees) each night
AND store rsync's internal updating commands (reversed) to be able
to restore the state of a directory the day before.
This would require
- saving the internal updating commands in a separate directory
- reversing these commands
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")
2015 May 22
2
libvirt with gcc5 Test failing
...cpu-fallback ... OK
300) QEMU XML-2-ARGV cpu-nofallback
... Got expected error: unsupported configuration: CPU model Westmere
is not supported by hypervisor
OK
301) QEMU XML-2-ARGV cpu-strict1 ... OK
302) QEMU XML-2-ARGV cpu-numa1 ... OK
303) QEMU XML-2-ARGV cpu-numa2 ... OK
304) QEMU XML-2-ARGV cpu-numa-no-memory-element ... OK
305) QEMU XML-2-ARGV cpu-numa3 ... OK
306) QEMU XML-2-AR...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone,
I am an R-newby... so sorry for bothering you with simple-to-solve
questions;) I have the following issue: trying to add labels to my
scatterplots (with geom_dl in ggplot2). Everything works fine, but after
checking every resource I do not find a way to change the font size of my
labels. I tried size, cex, fontsize at every position... but it always stays
the same.
ggplot()+