Displaying 20 results from an estimated 31 matches for "v37".
Did you mean:
v3
2017 Oct 13
1
Quotation marks hinder for loop
Dear mailing list members,
My question is maybe very basic, but I could not find the solution.
I would like to do the following things
1)
colnames(V1)[2] <- par$V2[1]
colnames(V2)[2] <- par$V2[2]
colnames(V3)[2] <- par$V2[3]
...
colnames(V37)[2] <- par$V2[37]
2)
V1 <- V1[,-1]
V2 <- V2[,-1]
V3 <- V3[,-1]
...
V37 <- V37[,-1]
3)
ms <- merge(V1,V2)
ms <- merge(ms,V3)
ms <- merge(ms,V4)
...
ms <- merge(ms,V37)
Since these codes take a lot of space in my R console and I am also afraid
of making any mistakes whil...
2018 Dec 27
0
[PATCH v37 0/3] Virtio-balloon: support free page reporting
...timization v.s. Legacy = 8816ms v.s. 54201ms
>> --> 84% reduction
>> 2) Linux Compilation Time:
>> Optimization v.s. Legacy = 8min30s v.s. 8min36s
>> --> no obvious difference
>>
>> ChangeLog:
>> v36->v37:
>> - free the reported pages to mm when receives a DONE cmd from host.
>> Please see patch 1's commit log for reasons. Please see patch 1's
>> commit for detailed explanations.
>>
>> For ChangeLogs from v22 to v36, please reference
>> htt...
2018 Dec 28
0
[PATCH v37 1/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On 12/27/2018 08:03 PM, Christian Borntraeger wrote:
> On 27.08.2018 03:32, Wei Wang wrote:
>> static int init_vqs(struct virtio_balloon *vb)
>> {
>> - struct virtqueue *vqs[3];
>> - vq_callback_t *callbacks[] = { balloon_ack, balloon_ack, stats_request };
>> - static const char * const names[] = { "inflate", "deflate", "stats" };
2018 Dec 27
2
[PATCH v37 1/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On 27.08.2018 03:32, Wei Wang wrote:
> static int init_vqs(struct virtio_balloon *vb)
> {
> - struct virtqueue *vqs[3];
> - vq_callback_t *callbacks[] = { balloon_ack, balloon_ack, stats_request };
> - static const char * const names[] = { "inflate", "deflate", "stats" };
> - int err, nvqs;
> + struct virtqueue *vqs[VIRTIO_BALLOON_VQ_MAX];
>
2018 Dec 27
2
[PATCH v37 1/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On 27.08.2018 03:32, Wei Wang wrote:
> static int init_vqs(struct virtio_balloon *vb)
> {
> - struct virtqueue *vqs[3];
> - vq_callback_t *callbacks[] = { balloon_ack, balloon_ack, stats_request };
> - static const char * const names[] = { "inflate", "deflate", "stats" };
> - int err, nvqs;
> + struct virtqueue *vqs[VIRTIO_BALLOON_VQ_MAX];
>
2018 Dec 27
1
[PATCH v37 0/3] Virtio-balloon: support free page reporting
On 27.12.2018 12:59, Christian Borntraeger wrote:
> On 27.12.2018 12:31, Christian Borntraeger wrote:
>> This patch triggers random crashes in the guest kernel on s390 early during boot.
>> No migration and no setting of the balloon is involved.
>>
>
> Adding Conny and Halil,
>
> As the QEMU provides no PAGE_HINT feature yet, this quick hack makes the
> guest
2018 Dec 27
2
[PATCH v37 0/3] Virtio-balloon: support free page reporting
...n Time:
> Optimization v.s. Legacy = 8816ms v.s. 54201ms
> --> 84% reduction
> 2) Linux Compilation Time:
> Optimization v.s. Legacy = 8min30s v.s. 8min36s
> --> no obvious difference
>
> ChangeLog:
> v36->v37:
> - free the reported pages to mm when receives a DONE cmd from host.
> Please see patch 1's commit log for reasons. Please see patch 1's
> commit for detailed explanations.
>
> For ChangeLogs from v22 to v36, please reference
> https://lkml.org/lkml/2018...
2018 Dec 27
2
[PATCH v37 0/3] Virtio-balloon: support free page reporting
...n Time:
> Optimization v.s. Legacy = 8816ms v.s. 54201ms
> --> 84% reduction
> 2) Linux Compilation Time:
> Optimization v.s. Legacy = 8min30s v.s. 8min36s
> --> no obvious difference
>
> ChangeLog:
> v36->v37:
> - free the reported pages to mm when receives a DONE cmd from host.
> Please see patch 1's commit log for reasons. Please see patch 1's
> commit for detailed explanations.
>
> For ChangeLogs from v22 to v36, please reference
> https://lkml.org/lkml/2018...
2015 Aug 22
3
sprintf error: "only 100 arguments allowed"
...d_parse = F)
### error
# [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f
V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f
V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f
V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f
V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f
V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f
V58:%f V59:%f V60:%f V61:%f V62:%f V63:%f V64:%f V65:%f V66:%f V67:%f
V68:%f V69:%f V70:%f V71:%f V72:%f V73:%f V74:%f V75:%f V76:%f V77:%f
V78:%f V79:%f V8...
2015 Aug 26
1
sprintf error: "only 100 arguments allowed"
...] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f
>> V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f
>> V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f
>> V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f
>> V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f
>> V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f
>> V58:%f V59:%f V60:%f V61:%f V62:%f V63:%f V64:%f V65:%f V66:%f V67:%f
>> V68:%f V69:%f V70:%f V71:%f V72:%f V73:%f V74:%f V...
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
...or
> # [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f
> V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f
> V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f
> V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f
> V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f
> V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f
> V58:%f V59:%f V60:%f V61:%f V62:%f V63:%f V64:%f V65:%f V66:%f V67:%f
> V68:%f V69:%f V70:%f V71:%f V72:%f V73:%f V74:%f V75:%f V76:%f V77...
2018 Sep 07
1
[PATCH v36 0/5] Virtio-balloon: support free page reporting
...e interested
> > are people creating VMs allocated with lots of extra memory (for the
> > worst case) but most of the time migrating when it's fairly idle.
> >
> > Dave
> >
>
> Hi Dave,
>
> The results of the added experiments have been shown in the v37 cover
> letter.
> Could you have a look at https://lkml.org/lkml/2018/8/27/29 . Thanks.
OK, that's much better.
The ~50% reducton with a 8G VM and a real workload is great,
and it does what you expect when you put a lot more RAM in and see the
84% reduction on a guest with 128G RAM - 54s...
2008 Jul 14
2
long data frame selection error
...om a data frame but when I try
and run the command it executes halfway through and give me an error at V188
and V359.
Temp <- data.frame(V4, V5, V6, V7, V8, V9, V10, V11, V12, V13, V14, V15,
V16, V17, V18, V19, V20, V21, V22, V23, V24, V25, V26, V27, V28, V29, V30,
V31, V32, V33, V34, V35, V36, V37, V38, V39, V40, V41, V42, V43, V44, V45,
V46, V47, V48, V49, V50, V51, V52, V53, V54, V55, V56, V57, V58, V59, V60,
V61, V62, V63, V64, V65, V66, V67, V68, V69, V70, V71, V72, V73, V74, V75,
V76, V77, V78, V79, V80, V81, V82, V83, V84, V85, V86, V87, V88, V89, V90,
V91, V92, V93, V94, V95, V96, V97...
2006 Feb 01
2
sort columns
...uot;v20" "v21" "v22" "v23" "v24" "v25" "v26" "v27"
[58] "v28" "v29" "v30" "v31" "v32" "v33" "v34" "v35" "v36" "v37"
"v38" "v39" "v40" "v41" "v42" "v43" "v44" "v45" "v46"
[77] "v47" "v48" "v49" "v50" "v51" "v82" "v83" "v84"...
2010 Apr 06
1
Caret package and lasso
...7 V19 V22 V24 V26
0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000
0.06165530 0.02693335 0.00000000 0.00000000 0.00000000 -0.15699831
0.00000000 0.00000000 0.00000000 0.00000000
V27 V28 V33 V35 V36
V37 V39 V41 V42 V43 V45
V46 V47 V48 V49 V50
0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 0.00000000
0.00000000 0.00000000 0.00000000 0.00000000 0.00000000 -0.01881011
0.00000000 0.00000000 0.00000000 0.000000...
2009 Feb 13
0
help with reshaping (no file attached)
...B32","C3","C4","C7","C8","C11","C12","C17","C18","C21","C22","V19","V20","V25","V26","V29","V30","V35","V36","V37","V38")),direction="long")
#not ideal result i wanted
#write a table to excel
write.table(zzz,
"Takedashift.csv", sep=",")
Script 1 - datashift.r
The result with above commands
MCI (NONSENSE)
Time (Actually
MCI)...
2018 Sep 06
0
[PATCH v36 0/5] Virtio-balloon: support free page reporting
...nteresting, especially because the users who are interested
> are people creating VMs allocated with lots of extra memory (for the
> worst case) but most of the time migrating when it's fairly idle.
>
> Dave
>
Hi Dave,
The results of the added experiments have been shown in the v37 cover
letter.
Could you have a look at https://lkml.org/lkml/2018/8/27/29 . Thanks.
Best,
Wei
2010 Sep 09
2
How to avoid interruptions with DIGIUM
Hello Asterisk community,
I'm experiencing some problems with a Digium TE4XXP, the thing is that i'm
sharing IRQ with some megasas device:
169: 69917985 0 0 0 0 0
0 0 IO-APIC-level megasas, wct4xxp
I've been searching here: http://ubuntuforums.org/showthread.php?t=254623
Should i try in the pass this parameter in the
2009 Aug 24
0
R survival package error message - bug?!
...ror in model.frame.default(formula = ff,
data = x) : invalid variable names
> print (ff)
Surv(y, status) ~ ridge(V1, V2, V3, V4, V5, V6, V7, V8, V9, V10,
V11, V12, V13, V14, V15, V16, V17, V18, V19, V20, V21, V22,
V23, V24, V25, V26, V27, V28, V29, V30, V31, V32, V33, V34,
V35, V36, V37, V38, V39, V40, V41, V42, V43, V44, V45, V46,
V47, V48, V49, V50, V51, V52, V53, V54, V55, V56, V57, V58,
V59, V60, V61, V62, V63, V64, V65, V66, V67, V68, V69, V70,
V71, V72, V73, V74, V75, V76, V77, V78, V79, V80, V81, V82,
V83, V84, V85, V86, V87, V88, V89, V90, V91, V92, V93, V9...
2008 Feb 28
0
problem with the ltm package - 3PL model
...sponse,
Xavier G. Ordo?ez
An example the process:
> para.est.I <- tpm(Apli.sample.I,IRT.param = TRUE)
> par.est.I <- coef(para.est.I)
Gussng Dffclt Dscrmn
V32 0.009 -2.453 0.747
V33 0.310 0.444 0.694
V34 0.327 0.873 1.036
V35 0.031 -3.067 0.343
V36 0.054 -0.934 1.130
V37 0.001 -1.991 0.582
V38 0.004 -1.686 0.571
V39 0.003 -2.470 0.910
V40 0.207 0.421 1.307
V41 0.114 -0.843 1.024
> fix.c <-
> cbind(rep(1:10),rep(1,10),matrix(as.vector(t(par.est.I[31:40,])[1,])))
> fix.b <-
> cbind(rep(1:10),rep(2,10),matrix(as.vector(t(par.est.I[31:40...