search for: eat

Displaying 20 results from an estimated 2020 matches for "eat".

Did you mean: at
2008 Oct 29
2
Barplot: Vertical bars with long labels
...d have a label. The problem is, that the labels are too long, so they overlap, or only every seccond label is displayed in the output. Here is a little syntax: dd <- c(100,110,90,105,95) barplot(dd,names.arg=c('Conduct Disorders','Attention Deficit', 'Eating Disorders', 'Substance Abuse','Developmental Disorders')) My question is, if there is a chance to force a line break in each label. The result shoud look like this: Bar1 Bar2 Bar3 Bar4 Bar5 Conduct Attention Eatin...
2011 Jan 09
2
Windows guest eats as many CPU as available
Hello, I run Debian on my Laptop Lenovo X60s (with VT). I've created a Windows-XP as well as a Windows-Vista guest on it. Both, XP as well as Vista, eats as many CPU as available. Therefore the CPU always has high load and will never reduce cpu-frequenz or ventilator. Did this works as designed or should I modify something? Thanks in advance Matthias -- Don...
2019 Apr 22
1
icecast eating CPU in Debian
Hello! I have had problems with icecast beginning to eat all my CPU lately. I use the icecast2-2.4.4 source on Debian testing, I have recompiled it for SSL support. The hardware is amd64. I see nothing particular in the log files. One thing I can think of is that I have liquidsoap asking icecast if some mount points are up. It looks like this in the lo...
2006 Nov 11
0
artsd eating CPU cycles when idle
I've noticed that artsd sometimes eats as much as 20% of CPU when idle. This is on my old laptop (where playing MP3s eats up to 50-60% of CPU). On newer faster processors this would probably go unnoticed (if it eats 20% on Pentium MMX, on Pentium 4 it might be around 1-2% or even lower). Just wondering if anybody else noticed t...
2005 Dec 05
2
plot() and points() precision control
...points that have a high degree of precision, some significant rounding seems to occur, resulting in uneccessary overlap of my points. Is there a way to specify the resolution or precision in plotting functions? Is there an underlying grid I have to modify somehow? Many Thanks, Jon -- Mares eat oats and does eat oats and little lambs eat ivy. A kid'll eat ivy too, wouldn't you? -- Leland Palmer, from Twin Peaks ########### Jonathan Manning PhD Student Barton Group School of Life Sciences University of Dundee Scotland, UK Tel +44 1382 388707
2003 Aug 07
0
/bin/sh eats memory and CPU infinitely
>Submitter-Id: current-users >Originator: Eugene Grosbein >Organization: JSC Svyaz-Service >Confidential: no >Synopsis: /bin/sh eats memory and CPU infinitely >Severity: serious >Priority: medium >Category: bin >Class: sw-bug >Release: FreeBSD 4.8-STABLE i386 >Environment: System: FreeBSD grosbein.pp.ru 4.8-STABLE FreeBSD 4.8-STABLE #3: Wed Aug 6 21:50:36 KRAST 2003 eu@grosbein.pp.ru:/usr/local/obj/usr/local/...
2010 Apr 06
4
Timeout Value
Dear All, I constantly encounter 'dovecot-auth', 'login-imap', 'login-pop3' and 'imap' processes consume 100% CPU. I run 'ps' and found those hanged up processes were running for a long time. I am wondering whether dovecot.conf has some configuration parameters that timeout those processes (or kill those after certain period of time). I am using dovecot
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...roblem? --- >From d353b9af08cf1e1bb71fa20630f01a969a10925f Mon Sep 17 00:00:00 2001 Message-Id: <d353b9af08cf1e1bb71fa20630f01a969a10925f.1277162708.git.matt at console-pimps.org> From: Matt Fleming <matt at console-pimps.org> Date: Sun, 13 Jun 2010 13:00:04 +0100 Subject: [PATCH] Create a new class hierarchy for assembly parsers. This commit pulls all of the Mach-O specific bits out of lib/MC and puts them into a MachOAsmParser class. This allows MachOAsmParser to take care of implementing all the Mach-O assembler directives and the only directives that are parsed in AsmParser a...
2020 Aug 17
0
qemu -display sdl,gl=on also eats CPU
...__x86_indirect_thunk_rax [self] ------------------------------------------------------------------------------- CPU usage rose from 40% to 80% (at 1.4Ghz) over 6 hours of guest's uptime. ---------- ??????????? ????????? ---------- ????: Re: [Nouveau] qemu -display sdl,gl=on also eats CPU ????: ??????????? 17 ??????? 2020 ???????????: Andrew Randrianasulu <randrianasulu at gmail.com> ??????????: Ilia Mirkin <imirkin at alum.mit.edu>, nouveau at lists.freedesktop.org ? ????????? ?? Monday 17 August 2020 08:09:37 ?? ????????: > The DDX eating CPU isn't intrin...
2004 Mar 02
2
Stuck in trying to convert repetitive code into a function
...t;l")); A$date = chron(as.character(A$date), format="m/d/y"); r.kospi = levels2weeklyret(lastfriday, A$date, A$l); plot(A$date, A$l, type="l", col="red", main="Kospi levels") z <- locator(1) I tried to write it more nicely as follows: eat.a.file <- function(fn, label, lastfriday) { f = read.table(file=fn, sep=",", col.names=c("date", "l")); f$date = chron(as.character(f$date), format="m/d/y"); plot(f$date, f$l, type="l", col="red", main=label); z <...
2012 Apr 17
1
nmbd eats cpu for breakfast after upgrade from 3.5 to 3.6
Hello. I have Samba 3.6.4 with LDAP backend with domain logons enabled. Long time I was running 3.5.1? from Debian Squeeze backports without any problems. Few days ago I decided (after testing) to upgrade to 3.6.4, also from Debian backports. Next morning nobody could login and nmbd was eating up a enitre cpu core. Killing nmbd with -9 and restarting samba solved the problem. Same happened again next day. It could be machine related, since this problem didin't come up in test environment with identical machine and network configuration. And yes, network connectivity was okay. I...
2020 Mar 04
1
samba AD DC eats memory
Hello Andrew, > I've got a fix for one issue seen here. > BUG: https://bugzilla.samba.org/show_bug.cgi?id=14299 > MR: https://gitlab.com/samba-team/samba/-/merge_requests/1168 Yesteray, I've deployed freshly released 4.12.0 and it still eats memory: top - 18:59:10 up 1 day, 25 min, 1 user, load average: 0.08, 0.13, 0.10 Tasks: 176 total, 1 running, 175 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.2 us, 0.0 sy, 0.0 ni, 99.8 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st MiB Mem : 1829.4 total, 198.7 free, 1229.6 used, 401.1 b...
2020 Aug 17
2
qemu -display sdl,gl=on also eats CPU
I was testing Ilia's patches for ddx, and while they definitely helped for Xorg itself, qemu still eats a lot of CPU if launched like this qemu-system-x86_64 -cdrom ~/Downloads/ISO/slax-English-US-7.0.8-x86_64.iso -m 1G -display sdl,gl=on -enable-kvm and left for few hours. top - 07:38:01 up 18:05, 2 users, load average: 2,00, 1,89, 1,83 Tasks: 224 total, 3 running, 221 sleeping, 0 stopped,...
2020 Aug 17
0
qemu -display sdl,gl=on also eats CPU
The DDX eating CPU isn't intrinsically bad. Did you check where perf says the CPU time is going? Could be doing copies/etc. On Mon, Aug 17, 2020 at 12:52 AM Andrew Randrianasulu <randrianasulu at gmail.com> wrote: > > I was testing Ilia's patches for ddx, and while they definitely helped f...
2010 Jul 27
4
core dumps eating space in snapshots
I have many core files stuck in snapshots eating up gigs of my disk space. Most of these are BE''s which I don''t really want to delete right now. Is there a way to get rid of them? I know snapshots are RO but can I do some magic with clones and reclaim my space? -- This message posted from opensolaris.org
2020 Feb 17
2
samba AD DC eats memory
Hi, I'm running Samba AD DC in a VM under Proxmox. And it's eaten all RAM (1.8GB) within 3 days of running: [root at vm-dc3 var]# uptime 19:02:54 up 3 days, 5:04, 2 users, load average: 0.01, 0.05, 0.05 [root at vm-dc3 var]# free -m total used free shared buff/cache available Mem: 1752 1362 205...
2011 Sep 19
3
Metadata syntax (was Universal syntax for Markdown)
...oving forward to any actual outcome/resolution. yep. > it's just a bunch of us sitting around > explaining why we each think > our own dog food is the best. uh-huh. and what's really ironic is that you're not even polling the general-public dogs you hope will eat the food that you're putting out... y'all seem to believe that they'll eat _anything_. > But in the meantime, MMD will continue to > march forward great to hear it! > a Mac OS X text editor with built-in MMD > syntax highlighting, exporting, and editing &...
2016 Feb 26
2
winbind limitations
...ich is not too much, my tests months ago made Samba starting to hang on certains commands (ldapcmp, wbinfo -u...) around 40000 objects in Samba database. On DC wbinfo -u is hanging today after 10s. This on the 2 DC I tested (on 20 DC). As soon as wbinfo -u is launched RPC PID of Samba processes is eating 100% of one CPU core. This process continues to eat CPU long after these 10s. On member wbinfo -u is longer to hang and it seems to be LDAP process of the DC trying to reply which eat 100% of one CPU core. Anyway, on member and on DC wbinfo -u is not working with too much objects (120k here tod...
2019 Jan 25
0
[klibc:update-dash] parser: Fix incorrect eating of backslash newlines
...klibc.git;a=commit;h=5485646761fe402c332fe07abc973060af57ee59 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Fri, 11 May 2018 23:41:25 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] parser: Fix incorrect eating of backslash newlines With the introduction of synstack->syntax, a number of references to the syntax variable was missed during the conversion. This causes backslash newlines to be incorrectly removed in single quote context. This patch also combines these calls into a new helper function...
2020 Mar 28
0
[klibc:update-dash] dash: parser: Fix incorrect eating of backslash newlines
...git;a=commit;h=c3b0fa9573b914694612b7a2bbf658928b5fb097 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Fri, 11 May 2018 23:41:25 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:55 +0000 [klibc] dash: parser: Fix incorrect eating of backslash newlines [ dash commit 469c5fd4f57622b1a6571172898ab29430319d4a ] With the introduction of synstack->syntax, a number of references to the syntax variable was missed during the conversion. This causes backslash newlines to be incorrectly removed in single quote context. This...