Displaying 20 results from an estimated 20 matches for "130k".
Did you mean:
130
2006 Sep 19
5
how to setup massive traffic shaping? (2 class B nets)
Hello
I have 2 class-B networks (172.22.0.0/16 and 172.23.0.0/16, over 130k
of ip''s) and need to setup
traffic tbf shapers with 64kb/s for each ip from 172.22.0.0/16 and
128kb/s for each ip from 172.23.0.0/16
just read lartc and don''t understand how to use u32 for decreasing
number of rules and hashing
2006 Nov 20
5
Parallal Building?
I''m trying to index ~130,000 documents [soon to grow to about 500,000
documents] and I''m wondering if its possible to combine ferret databases
or in some other way split up the building process.
Normally, indexing 130k documents wouldn''t be that painful except that
there are different types of links between these documents and they are
not absolute (so for example doc a refers to a document b but there are
multiple different documents laballed document a and document b and to
prevent false links I ha...
2008 Jan 24
1
Filling data frame data into a matrix - please help
Dear group,
I have a data.frame (d1) with various elements and a
matrix (m1) created with NA (or 1s). I want to read
each row,column in d1 and fill its numeric value in
m1.
Could some one help me because I have 130K rows and
500 column data.frame object and I was told that a for
loop will take a long time.
Thank you.
> r1 <- c("A","A","B","B")
> c1 <- c("Apple","Andy","Boy","Ball")
> v1 <- as.numeric(c(0.001,0....
2007 Mar 08
3
low-memory vorbis decoding
...h
small total memory sizes? Specifically, I'm trying to figure out if
it's feasible to run Ogg Vorbis decoding on one of the PlayStation 3's
SPU's -- secondary processors with only 256kb of local memory. It looks
like out of the box the memory footprint of libvorbis is roughly:
~130k code
~60k static data
~160k heap
So clearly there's some work to be done. I have some ideas of things to
try... speed isn't a huge issue so I could eliminate some of the lookup
tables (e.g. for mdct and windowing), and I could try to tease apart the
analysis/synthesis code, as it looks l...
2011 Nov 08
1
Single-disk rpool with inconsistent checksums, import fails
Hello all,
I have an oi_148a PC with a single root disk, and since
recently it fails to boot - hangs after the copyright
message whenever I use any of my GRUB menu options.
Booting with an oi_148a LiveUSB I had around since
installation, I ran some zdb traversals over the rpool
and zpool import attempts. The imports fail by running
the kernel out of RAM (as recently discussed in the
list with
2015 Nov 26
1
Issues starting RStudio Server and release file expiration under Debian (Jessie)
Hi! I am a new user of Debian and am having an issue loading RStudio Server, which may or may not be related to a previous 'Release file expiration error' when trying to perform apt-get update prior to installing r-base into my remote Debian system.
E: Release file for http://mirror.optus.net/debian/dists/jessie-updates/InRelease is expired (invalid since 13d 17h 49min 2s). Updates for
2008 May 29
1
Test Failure for RW1 with samba-3.0.30, Solaris 9
I'm trying to build and install Samba 3.0.30 on a Solaris 9 SPARC machine.
When I do a "make test", the RW1 test is failing. If I go back and
configure and build 3.0.28 with the same settings, and do a make test,
everything passes. Here's what I'm seeing with 3.0.30:
---8<---
Testing RW1 (0)
TEST OUTPUT:
host=127.0.0.2 share=tmp user=root myname=cannes
Running RW1
2014 Feb 15
0
[RFC PATCH] drm/nouveau: split off nvc0 compilation
...480 763915 ba80b ./drivers/gpu/drm/nouveau/nouveau.ko
>
> Turning off nvc0+ gives us 995667 bytes, split up
>
> text data bss dec hex filename
> 472244 59528 480 532252 81f1c ./drivers/gpu/drm/nouveau/nouveau.ko
>
> So we lost 100K of text and 130K of data (probably all that pgraph fw), and
> the remaining 100K must be symbols. (I'm not stripping because nobody in their
> right mind strips these kernel modules.)
In a local patch that also lops off pre-nv50 cards (with one small
problem that involves moving a function somewhere -- s...
2010 Jul 28
2
[LLVMdev] Why are LLVM libraries enormous?
On Wed, Jul 28, 2010 at 9:01 AM, David Piepgrass
<dpiepgrass at mentoreng.com> wrote:
>> A LLVM JIT compiler for x86 under 1 MB? I doubt it is possible without
>> a major rewriting of LLVM.
>
> Even with no optimizations? Drat. That means I can't use it.
Why? I'd never checked, but I always assumed the LLVM JIT was much
larger than 3.4 MB.
For comparison:
[rnk at
2003 Aug 31
4
linux-ha heartbeat .. failover firewall
I have searched your FAQ''s and read the documentation on your site as well
as googling. I am not able to figure this out. If you have any ideas can
you please help.
I am using the linux-ha failover with redundant firewalls.
As part of the function of the linux-ha software consists a service called
heartbeat which is a connection from each failover node through a serial
cable or ethernet.
2011 Nov 09
3
Data distribution not even between vdevs
...5.88T 441G 4 1 14.9K
12.4K
c3t60022190008528890000042B490FB124d0 - - 1 1
131K 2.33K
c3t6002219000854867000004C54CB7A199d0 - - 1 1
132K 2.33K
c3t6002219000854867000004C74CB7A1D5d0 - - 1 1
130K 2.33K
c3t6002219000852889000005594CB79B64d0 - - 1 1
133K 2.33K
c3t6002219000852889000005624CB79C86d0 - - 1 1
132K 2.34K
c3t6002219000852889000005654CB79CCCd0 - - 1 1
131K 2.34K
c3t6002219000852889000005684CB79D1Ed0...
2014 Feb 15
3
[RFC PATCH] drm/nouveau: split off nvc0 compilation
...hex filename
579171 184264 480 763915 ba80b ./drivers/gpu/drm/nouveau/nouveau.ko
Turning off nvc0+ gives us 995667 bytes, split up
text data bss dec hex filename
472244 59528 480 532252 81f1c ./drivers/gpu/drm/nouveau/nouveau.ko
So we lost 100K of text and 130K of data (probably all that pgraph fw), and
the remaining 100K must be symbols. (I'm not stripping because nobody in their
right mind strips these kernel modules.)
The impact to the code is pretty minor. Depending on the situation it's easier
to either ifdef out code or to provide stubs for...
2010 Aug 03
1
snapshot space - miscalculation?
...-
daten/backups at zfs-auto-snap_weekly-2010-07-15-00_00 used 0 -
daten/backups at zfs-auto-snap_daily-2010-07-16-00_00 used 130K -
daten/backups at zfs-auto-snap_daily-2010-07-17-00_00 used 61,3K -
daten/backups at zfs-auto-snap_daily-2010-07-18-00_00 used...
2004 Sep 25
1
Coexistence of Dynamic and Static routing
List members;
I have been reading the digest for some time now and I would like to ask some conceptual questions. I am a telecommunications systems designer and not a software guy, but I have tried and used a number of the tools availabel in the LARTC and Iptables, and many of the other great things included in Linux. We are designing commercial products and I don''t want to ask my
2009 Jul 17
9
[LLVMdev] speed and code size issues
...lvm-project/cfe/trunk 76176M)
text data bss dec hex
7412287 160516 1049460 8622263 8390b7
19m4.11s real 16m56.35s user 1m44.23s system
-rw-r--r-- 1 jsg wsrc 122K Jul 18 01:41 if_spppsubr.o
-rw-r--r-- 1 jsg wsrc 127K Jul 18 01:36 aic79xx.o
-rw-r--r-- 1 jsg wsrc 130K Jul 18 01:46 pci_subr.o
-rw-r--r-- 1 jsg wsrc 161K Jul 18 01:38 bwi.o
-rw-r--r-- 1 jsg wsrc 349K Jul 18 01:47 isp_pci.o
-rwxr-xr-x 1 jsg wsrc 7.9M Jul 18 01:54 bsd
=========================
gcc 3.3.5
text data bss dec hex
6358820 182268 1051044 7592132 73d8c4
14m7.0...
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now.
I have set up a semi-permanent test stream for people to bang on at:
http://i.cantcode.com:8888/ices.ogg
Please report any problems you have.
I say semi-permanent, because it will probably crash now and then, and I
will be developing and putting up the new versions on a regular basis.
If it stops working for more than an hour, somethings
2001 May 03
8
icecast 2.0 semi-permanent test stream
Icecast 2.0 and Ices 2.0 are both fairly usable now.
I have set up a semi-permanent test stream for people to bang on at:
http://i.cantcode.com:8888/ices.ogg
Please report any problems you have.
I say semi-permanent, because it will probably crash now and then, and I
will be developing and putting up the new versions on a regular basis.
If it stops working for more than an hour, somethings
2006 May 19
25
iptables CLASSIFY and MARK not working?
...does not seem to work:
wireless-r1 bwlimit # iptables -L -v -n -t mangle
Chain PREROUTING (policy ACCEPT 3353K packets, 941M bytes)
pkts bytes target prot opt in out source
destination
12527 11M CONNMARK all -- * * 0.0.0.0/0
0.0.0.0/0 CONNMARK restore
3227 130K MARK all -- * * 0.0.0.0/0
0.0.0.0/0 MAC 00:05:9E:81:3D:07 MARK set 0x30
3231 132K CONNMARK all -- * * 0.0.0.0/0
0.0.0.0/0 MARK match 0x30 CONNMARK save
0 0 MARK udp -- * * 0.0.0.0/0
0.0.0.0/0 MAC 00:05:9E:8...
2006 Feb 24
17
Re: [nfs-discuss] bug 6344186
Joseph Little wrote:
> I''d love to "vote" to have this addressed, but apparently votes for
> bugs are no available to outsiders.
>
> What''s limiting Stanford EE''s move to using ZFS entirely for our
> snapshoting filesystems and multi-tier storage is the inability to
> access .zfs directories and snapshots in particular on NFSv3 clients.
2011 Feb 02
1
Backtrace:dovecot/imap with 2.0.9 hg checkout from 1st of Febrauary
It's actually 4 crashes in the same minute:
Date: Wed, 02 Feb 2011 04:28:35 +0100
GNU gdb (GDB) 7.0.1-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"