Displaying 10 results from an estimated 10 matches for "rmanag".
Did you mean:
ryanag
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...at), an you seem to try hard to introduce yet
> another layer of buffer bloat in virtio_net.
>
> So add whatever you want to proudly state to your management :
>
> "Look how smart we are : we drop no packets in our layer"
>
Hmm some kind of disconnect here.
I got you rmanagement about bufferbloat.
What I am saying is that maybe we should drop packets more
aggressively: when we drop one packet of a flow, why not
drop everything that's queued and is for the same flow?
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
...at), an you seem to try hard to introduce yet
> another layer of buffer bloat in virtio_net.
>
> So add whatever you want to proudly state to your management :
>
> "Look how smart we are : we drop no packets in our layer"
>
Hmm some kind of disconnect here.
I got you rmanagement about bufferbloat.
What I am saying is that maybe we should drop packets more
aggressively: when we drop one packet of a flow, why not
drop everything that's queued and is for the same flow?
2018 Jul 12
2
R API for C/C++ initialisation issue appears with update to R.3.5
...- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: main.cpp
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20180712/decb3068/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rmanager.h
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20180712/decb3068/attachment.h>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rmanager.cpp
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20180712/decb3068/attac...
2018 Apr 29
0
Bug in RScript.exe for 3.5.0
...I
>> think normal regression tests should not depend on such support.
>>
>> In either case, I would recommend users to avoid space in file names to
>> be safe.
>
>
> note that sometimes users have little or no control over this. For
> instance, the bug broke the RManager interface between R, knitr and Winedt
> since Winedt installs itself and its data in directories with spaces in the
> filename/path and RManager calls are something of the kind
>
> Rscript.exe "%b\Exec\R\Knitr.R" filename.Rnw
>
> where %b is the local Winedt directory...
2011 Mar 16
0
problems creating read-only, 'consumer' dirsrv replica
...dn: cn=replica,cn="dc=infinityhealthcare,dc=com",cn=mapping tree,cn=config
changetype: add
objectclass: top
objectclass: nsds5replica
objectclass: extensibleObject
cn: replica
nsds5replicaroot: dc=infinityhealthcare,dc=com
nsds5replicatype: 2
nsDS5ReplicaId: 65535
nsds5ReplicaBindDN: uid=RManager,cn=config
nsds5flags: 0
Any idea what's wrong? Do I have to first create dn:
cn="dc=infinityhealthcare,dc=com",cn=mapping tree,cn=config ? If so,
how? The guide doesn't seem to have a step for that, except for when
adding a 'hub' dirsrv. However, I mean to add a ...
2013 Nov 20
0
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
On Wed, 2013-11-20 at 18:06 +0200, Michael S. Tsirkin wrote:
> Hmm some kind of disconnect here.
> I got you rmanagement about bufferbloat.
>
> What I am saying is that maybe we should drop packets more
> aggressively: when we drop one packet of a flow, why not
> drop everything that's queued and is for the same flow?
I really hope your TCP flows use SACK ;)
Please read the rfc 2018 introducti...
2018 Apr 27
5
Bug in RScript.exe for 3.5.0
Thanks Tomas,
I confirm the R Under development (unstable) (2018-04-26 r74651) version works for Rscript when the file name has a space, and no arguments are specified.
C:\>"C:\Program Files\R\R-devel\bin\x64\Rscript.exe" "C:\foo bar.R"
R Under development (unstable) (2018-04-26 r74651)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601)
2017 Mar 21
10
Alternativa a RStudio
Estimados
Alguno utiliza una alternativa a RStudio, últimamente no me gusta como funciona, por ejemplo, al cargar una archivo (abrirlo) se coloca como a ejecutar algo, la consola no marca nada, pero pasa el tiempo y el administrador de tareas de Windows 10 informa como va aumentando los megas de ram que consume, y aparecen mensajes de JavaScript en algunas oportunidades (lo instale otra vez a ver
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
On Tue, Nov 19, 2013 at 02:00:11PM -0800, Eric Dumazet wrote:
> On Tue, 2013-11-19 at 23:53 +0200, Michael S. Tsirkin wrote:
>
> > Which NIC? Virtio? Prior to 2613af0ed18a11d5c566a81f9a6510b73180660a
> > it didn't drop packets received from host as far as I can tell.
> > virtio is more like a pipe than a real NIC in this respect.
>
> Prior/after to this patch,
2013 Nov 20
2
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
On Tue, Nov 19, 2013 at 02:00:11PM -0800, Eric Dumazet wrote:
> On Tue, 2013-11-19 at 23:53 +0200, Michael S. Tsirkin wrote:
>
> > Which NIC? Virtio? Prior to 2613af0ed18a11d5c566a81f9a6510b73180660a
> > it didn't drop packets received from host as far as I can tell.
> > virtio is more like a pipe than a real NIC in this respect.
>
> Prior/after to this patch,