search for: heavy

Displaying 20 results from an estimated 4052 matches for "heavy".

2005 Nov 22
1
samba produces heavy load on solaris server
Hello, i have problems with to heavy load on our samba server (2.2.7) on a sun solaris (5.8) server. We use the server to share data for mechanical cad and those programs open many, many (e.g. 1400 files in one model) files at a time and because of this produce really heavy load on the server (cpu 15%-25% per smbd process). Tryin...
2012 Aug 07
2
label_wrap_gen question
Hi, all I am trying to use the label_wrap_gen function in this website. https://github.com/hadley/ggplot2/wiki/labeller I tried to make a long name like this Light and heavy good vehicles (diesel) -\nGVX f2 = facet_grid(vehicle ~ ., labeller=label_wrap_gen(width=15)) eventually, I got something like this in my label... *Light and heavy good vehicles (diesel) - GVX* I suppose the "-n" could break GVX to the next row but it failed... Is it a bug? or it has...
2009 May 21
1
vcd package --- change layout of plot
...ble`(x, i, args[[2]]) : subscript out of bounds > class(Pack.tab) [1] "structable" "ftable" > dim(Pack.tab) [1] 7 2 7 Cities PX SF Rank Feature 1 Flexible 2 0 Integrate.Probes 1 2 Large/heavy 1 0 Lockout 0 1 Recyclable 3 5 Rigid 0 0 Small/light 2 1 2 Flexible 1 6 Integrate.Probes 2 0 Large/heavy 1 1 Lockout 1 0...
2011 May 01
1
regressing on variable with heavy tails
I have a dependent variable with is very peaked and has heavy tails, something I haven't encountered before. (histogram: http://postimage.org/image/2sw9bn8pw/). What could be an appropriate family or transformation to do regress on this?-- View this message in context: http://r.789695.n4.nabble.com/regressing-on-variable-with-heavy-tails-tp3486973p3486973...
2009 Oct 09
2
Heavy reports with a lot of calculations
Hello, I am working on reports now where we are using MySQL (InnoDB) and Rails 2.3.4. Tables are big and there are a lot of calculation with several big tables. Please give me some suggestions whether there any gem, plugin, articles, or techniques that allows me to create heavy reports. I am even going to use cron job that allows me to calculate some middle data in order to provide heavy reports more faster to end users. Also I am interesting whether anybody has an experience with JasperReport. What are benefits and disadvantages of using it? Regards, Olga --~--~-----...
2008 Sep 15
5
SimCity 4 + RH easily crashes with addons and heavy city.
...dows users like me really say you thanks a lot each time we use Wine. Second, I have installed SimCity 4 (with the help of PlayOnLinux) and its expansion pack Rush Hour. Many things worked quite well. I would say this game almost works well. But here are my issues : - Game easily crashes with a heavy city with many buildings for some reason, especially while placing myself a building. - Game stability becomes really unpredictable when you start adding mods and plugins. Since I've instaled plugins that do work, the game : * sometimes cannot load a city * sometimes it does not load the whol...
2007 Jan 10
2
Corrupt index and segfaults with heavy writes?
...ngrel.log: /usr/local/lib/ruby/gems/1.8/gems/ferret-0.10.13/lib/ferret/index.rb:271: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [i686-linux] I haven''t done a ton of deeper investigation, but we suspect it may be related to locking problems. As I said, we''re getting fairly heavy use, and every time a user views an Image, a view counter is updated and the Image is saved. This causes acts_as_ferret to re-add the model to the index, so the index is getting heavy write use. As a side effect of this, we see a lot of locking errors in the logs, which cause 500 error for our us...
2003 May 22
3
Tuning system response degradation under heavy ext3/2 activity.
Hello. I'm looking for assistance or pointers for the following problem. OS: RHAS2.1 enterprise16 HW: HP proliant 2CPU 6GB RAM, internal RAID1 + RAID5(4 x 10K 72GB) When we run any kind of process (especially tar for some reason) that creates heavy disk activity the machine becomes Very Slow, (e.g. takes 30-45 seconds to get a reply from ls at the console, or a minute to log in.) I experimented with data=journal, and that made the box more responsive to other new processes, but naturally the io rate fell through the floor. Also experimente...
2007 Apr 19
4
--skip-gl-yield
Beryl has a --skip-gl-yield ( I think now managed by --force-nvidia, dont really know though), that eases the use of beryl under heavy CPU load. Is this implemented in compiz? Cause compiz is _REALLY_ slow under heavy cpu use for me. Thanks, Joel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/compiz/attachments/20070419/55ba4ed7/attachment.html
2010 Mar 22
1
Patched KVM RPMs (solves 'network shutdown under heavy load')
...path provided to us. The patch adresses following problem: 'Fix a race condition where qemu finds that there are not enough virtio ring buffers available and the guest make more buffers available before qemu can enable notifications.' [0], the thread startet as 'network shutdown under heavy load' [1]. KVM already contains the fix (since February 19th, IIRC), CentOS' packages doesn't. The RPMs can be found here: http://www.riscworks.net/CentOS/KVM/fix-virt-io-ring-buffer-race/ Best, Timo [0] -- http://marc.info/?l=kvm&m=126564542625725&w=2 [1] -- http://www.m...
2008 Oct 09
3
tg3 ethernet card drops connection under heavy load
We have an HP DL360 server with dual on-board Tigon3 ethernet cards. We are using eth0, eth1 is unused at the moment. Sometimes when the network interface is under heavy load, for example moving large file transfers over rsync or NFS, the network interface stops working and we lose all connection to the server. The only solution at this point is to jump on the console and restart the network interface. I have not found anything in the log files to indicate what i...
2010 Oct 30
8
Under heavy attack
My main asterisk server is under unusual heavy attack, and so far Fail2Ban has blocked about 30 IPs, from various different countries. At this time it is blocking about 1 IP address every few minutes. Just wondering if anybody else is also experiencing unusually increased hack attempts today? Zeeshan A Zakaria -- www.ilovetovoip.com www.pbxf...
2006 Jul 28
3
Private Interconnect and self fencing
I have an OCFS2 filesystem on a coraid AOE device. It mounts fine, but with heavy I/O the server self fences claiming a write timeout: (16,2):o2hb_write_timeout:164 ERROR: Heartbeat write timeout to device etherd/e0.1p1 after 12000 milliseconds (16,2):o2hb_stop_all_regions:1789 ERROR: stopping heartbeat on all active regions. Kernel panic - not syncing: ocfs2 is very sorry t...
2008 Oct 30
7
Is there any way to check if DTrace is running or a DTrace probe is enabled?
Hi, I am adding DTrace probes within NFS v3 client. In my current implementation, I use some tsd_*() functions and kmem_zalloc() function. These functions might be heavy and affect the performance. I want to call this function only when DTrace is running or the DTrace probes are enable. So is there a way to check DTrace is running or DTrace probe is enabled? Regards, Danhua
2006 Apr 10
2
Control-c
why do I need to use Control-c to stop my trace, for example: #dtrace -n ''profile:::tick-1sec/++x == 10/ {exit(0)}'' in my system with heavy IO load, I have to use Control-c without heavy IO, the same trace cmd just return automatically after 10 sec. I just assume Control-c is to deliver a signal to dtrace, but why do I have to in some cases (like I have a heavy IO load)? Thanks This message posted from opensolaris.org
2006 Jun 09
0
Monitoring transcoding and other heavy activities
Hi, often on this list I read about transcoding as the heaviest activity for an Asterisk server, together with high IRQ rate (especially with Digium cards...). Is there a way to monitor if Asterisk is engaged (by mistake or by design) in transcoding or any other heavy activity? Or a checklist to follow to diagnose these 'bad' behaviours? Thanks DV
2011 Oct 08
2
Partial Keyboard Functionality In Old PC Game (Heavy Gear 2)
Hey folks, I've been trying to get Heavy Gear 2 (awesome old Activision mech FPS game) up and running on wine. The game requires Direct X 6, which necessitates that I run wine configured to Windows version 95 or 98. Everything works fine except for the fact that SOME, actually the majority of the keys on my (laptop) keyboard don't wor...
2013 Sep 03
0
libvirt_lxc heavy cpu usage ?
I am running lxc via libvirt1.1.1, the cpu usage is heavy of process libvirt_lxc. PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2384 root 20 0 10480 2048 1200 R 99.6 0.1 1291:39 libvirt_lxc...
2010 Nov 01
4
FW: Under heavy attack
...e had a single server over 300. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Zeeshan Zakaria Sent: Saturday, October 30, 2010 9:49 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Under heavy attack My count has reached 100 for the day. The server serves doesn't serve international calls anyways, I wonder how would it benefit any hacker in any way. -- Zeeshan Sat, Oct 30, 2010 at 9:33 PM, Joel Maslak <jmaslak at antelope.net<mailto:jmaslak at antelope.net>> wrote: No....
2010 Aug 23
3
which cpu?
Which cpu is hit when domU does the heavy disk IO? dom0 cpu or domU cpu? I can see tapdisk in dom0 eating CPU. I have (dom0-cpus 1) setup in xen config. Thanks! Paras. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users