search for: 300m

Displaying 20 results from an estimated 98 matches for "300m".

Did you mean: 300
2016 Dec 29
3
isohybrid boot from logical partition
Hi, Duncan Elliot wrote: > As far as I can see, this essentially trims off the first 3 bytes of the > custom isohybrid MBR image before applying it to the ISO. You probably mean this line: memcpy(mbr, &isohdpfx[hd0 + 3 * partok], MBRSIZE); The indize do not apply to bytes but to byte arrays of size MBRSIZE. extern unsigned char isohdpfx[][MBRSIZE]; (hd0 + 3 * partok)
2011 Nov 28
2
Retain parts of a matrix
Hi all, I'm working to apply a function that will generate a matrix of results only when a specific criteria is met. I want my final results to be a matrix with both the values that meet the criteria (the results of the function), and those that to do in the same positions in the matrix (the original numbers). Here's a sample of what I would like to do: t.mean.1.c <- c(-15, -20,
2016 Dec 29
0
isohybrid boot from logical partition
...27456 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xfc25117c Device Boot Start End Sectors Size Id Type /dev/sdc1 2048 616447 614400 300M 83 Linux /dev/sdc2 616448 1230847 614400 300M 83 Linux /dev/sdc3 1230848 1845247 614400 300M 83 Linux /dev/sdc4 1845248 7827455 5982208 2.9G 5 Extended /dev/sdc5 1847296 2461695 614400 300M 83 Linux /dev/sdc6 2463744 3078143 614400 300M 83 Linux I 'dd&...
2001 Mar 12
4
1.2.2 under M$ windows 2000 lots of plots out of memory?
...ot;) #readline(prompt="enter for nextplot") dev.off() } ~ the check print gets to 256MB and R fails; I think I am freeing everthing with the rm(...) and dev.off(). Am I failing to free something or force r to do garbage collection? I start r with P:\r\base\rw1022\bin\rgui.exe --vsize=300M --nsize=20000k and turn of buffered output I may have a hosed up windows 2000 installation as hibernating with R running on my acer 350 gives the blue screen of death (The only blue screen of death I've ever had on the updated 2000) thanx Rober L Sandefur Principal Geostatistician Pincock Al...
2002 Dec 17
2
slowness when using roaming profiles
...samba. My clients are windows 2000 and whn using locl profiles I experience quick log-ons and quicj log-offs. Whwn I flag the client for roaming profiles, it seems to take many minutes to log off. The users roaming directory IS created and is populated with their user inoformation, one user has 300M of stuff.Which I thought was alot. When the user goes to log-off it takes many minutes to synch with the server, is there a way to speed this up? Thanks Anthony
2006 Jan 18
2
TI 6xxx platform performance
...50 1612650 1558133 nb_encode 50 27412845 1179551 fir_mem2 50 1097300 1097300 inner_prod 27469 1072299 1072299 split_cb_search_shape_sign_N1200 7310588 1007711 normalize16 597 303378 303378, A lower cost option would be to use a floating point 6713. I thought that a 300Mhz floating point would come out even or ahead in an encoding comparison. Instead of the 300M/32=9.3M cycles per channel that I need, I see 71.5M cycles per channel!!! compute_weighted_codebook 200 8709029 8709029 filter_mem2 799 8322224 8322224 inner_prod 27469 5911396 5911396 vq_nbest...
2008 Jan 25
2
strange xen memory calculations?
Hi, I have started the xen kernel with parameter dom0_mem=300M. xm info | grep total total_memory : 2045 Name ID Mem VCPUs State Time(s) Domain-0 0 300 2 r----- 292.1 FTP 822 1 56.7 LDAP 1 822 1 r----- 541.3 NFS1 822 1 14.8 NFS2 822...
2018 Jul 27
1
Finding memory usage
...om 640M to 1.5G after one of the processes (which was reportedly using about 100M) finished. I'll have to wait until the problem re-occurs and see what it looks like then, but for now I used the numbers from "ps axu" to add up a real total and then added the 706M to it and got within 300M of the memory currently reported used by free. What could account for a process actually using much more memory than is reported by ps or top? -- Bowie
2010 Jan 04
0
two nodes with different performance metrics
...? bonnie++ output from the slower client: Version 1.03 ------Sequential Output------ --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP pxhorde1 300M 23635 24 41146 3 1889 0 19153 18 30057 1 567.9 1 ------Sequential Create------ --------Random Create-------- -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /se...
2005 May 28
1
Log Summary
Hello every one, I would like to understand the summary of my sync log (below) <log> sent 2268 bytes received 1674253 bytes 372560.22 bytes/sec total size is 301413395 speedup is 179.79' </log> Does mean my received rate is ~ 372K/sec? Total local mirror size is ~300M? What is speedup? Thanks
2000 Jan 05
1
Printing with lpr or lprng without two copy
...000, which is a very fast and high capable printer. So we need the best performance, when we printing. The problem is when samba receive a file for printing it's copying the file to a tmp directory, and after that the lpr is copying this file out to its own spool directory. For example, where a 300M printing job is arriving from a windows it'll go to the /tmp. And after the full network job finished samba run the print command (the recommended lpr -P%p %s) and this command copy this file once too. I probed the lpr -s -r -P%p %s command, but it isn't deleting the file from /tmp after t...
2012 Jan 18
1
kmeans clustering on large but sparse matrix
Hi, I have a 60k*600k matrix, which exceed the vector length limit of 2^32-1. But it's rather sparse, only 0.02% has value. So I save is as MarketMatrix (mm) file, it's about 300M in size. I use readMM in Matrix package to read it in. If do so, the data type becomes dgTMatrix in 'Matrix' package instead of the common matrix type. The problem is, if I run k-means only on part of the data, to make sure the vector length do not exceed 2^32-1, there's no problem at...
2017 Oct 20
1
quota only for oungoing
oops. no, quota doesn't change :( thats my configs: plugin { quota = maildir:User quota quota_rule = *:storage=300M quota_rule2 = Trash:storage=+10%% quota_rule3 = Sent:ignore quota_rule4 = Archive*:ignore quota_warning = storage=95%% quota-warning 95 %u quota_warning2 = storage=80%% quota-warning 80 %u quota_grace = 10%% } protocol lda { mail_home = /var/spool/mail/%d/%n mail_plugins = $mail_pl...
2008 Dec 09
4
thin server processes slowly growing in RAM size
When I initially start up my server I have two thin processes running that are only about 200M in size. They slowly creep up a few megs an hour until now a week later they are at 400M and 300M respectively. I realize that my site (http://wlodb.com) has some intensive pages that take a couple seconds to render (most notably http://wlodb.com/compounds ) but I''m wondering if this is normal? I usually get about 500,000 page hits a month. Should I have a cronjob to restart my serv...
2015 Sep 26
1
dovecot quota service for postfix
...-p postfix inet_listener { port = 12340 } client_limit = 1 } now in order to configure dovecot specific quota for user named (user1) i use passwd-file as follow user1:{plain}pass3:1002:1002::/home/user1::userdb_mail=mbox:~/mymail:INBOX=/var/mail/user1 userdb_quota_rule=*:bytes=300M All other users except users1 should have 1GB storage according to this configuration. which user1 will only have 300MB Please advise what is my configuration is missing and if i need to add any thing to run without issues. Many thanks Michael Peter
2018 Jul 27
7
Finding memory usage
...The next highest process is using 8M.? For simplicity, if I assume the other 168 processes are all using 8M (which is WAY too high), that still only gives a total of 1.7G.? The tmpfs filesystems are only using 18M, so that shouldn't be an issue. Yesterday, the available memory was down around 300M when I checked it.? After checking some things and stopping all of the major processes, available memory was still low.? I gave up and rebooted the machine, which brought available memory back up to 2.8G with everything running. How can I track what is using the memory when the usage doesn't s...
2008 Aug 04
18
puppetd daemon vs. cron
Hi, I''m running multiple vservers and have some aspects managed via puppet. I noticed that puppetd consumes from 20 to 60 mb RAM and the longer the process runs, the more RAM it takes. It looks like 60MB is the top what I measured. Having a couple of vservers (11 in my case) this can already take up to 500MB just for puppet! I''m wondering if there''s any downside in
2012 Mar 27
1
Problem with DOVECOT - long authentication time
...mail group: vmail plugin: quota_warning: storage=85%% /usr/local/bin/dovecot-quota-warning.sh 85 quota_warning2: storage=90%% /usr/local/bin/dovecot-quota-warning.sh 90 quota_warning3: storage=95%% /usr/local/bin/dovecot-quota-warning.sh 95 quota: maildir quota_rule: *:storage=300M quota_rule2: *:messages=0 expire: Trash 7 Trash/* 7 Junk 30 expire_dict: proxy::expire auth_socket_path: /var/run/dovecot/auth-master sieve: /xxx/sieve/%Ld/%Ln/dovecot.sieve dict: expire: db:/xxx/expire.db grep -v '^ *\(#.*\)\?$' dovecot-mysql.conf driver = mysql defau...
2006 Jan 19
2
TI 6xxx platform performance
...39;m confident I can get 32 channels by > optimizing 5 or 6 functions. I expect these numbers to translate over the > DM642. have you tried defining PRECISION16? That should reduce the computation cost. > A lower cost option would be to use a floating point 6713. I thought that a > 300Mhz floating point would come out even or ahead in an encoding > comparison. Instead of the 300M/32=9.3M cycles per channel that I need, I > see 71.5M cycles per channel!!! That's definitely strange. Normally, if your chip takes the same time to do a float op than it takes to do an int op...
2015 Oct 19
1
[PATCH] Add a regression test for RHBZ#1011907 / RHBZ#1165785
...ot;$SKIP_TEST_RHBZ1011907_1165785_SH" ]; then + echo "$0: test skipped because environment variable is set." + exit 77 +fi + +rm -f rhbz1011907-1165785-loop.img rhbz1011907-1165785.img + +qemu-img create rhbz1011907-1165785-loop.img 100M +qemu-img create rhbz1011907-1165785.img 300M + +guestfish -a rhbz1011907-1165785-loop.img <<EOF +run +part-disk /dev/sda mbr +mkfs ext3 /dev/sda +mount /dev/sda / +touch /in-loop +EOF + +output=$( +guestfish -a rhbz1011907-1165785.img <<EOF +run +part-disk /dev/sda mbr +mkfs ext3 /dev/sda1 +mount /dev/sda1 / +upload rhbz1011907-11...