search for: 983000

Displaying 3 results from an estimated 3 matches for "983000".

Did you mean: 83000
2010 Aug 12
3
find value between two other numbers?
So basically I want to do this - 4 %in% 1:10 should return true Would there be another way of doing this without having to do the 1:10 part? I am using a very large data set and trying to do 459124 %in% 103000:983000 multiple times for many values, and it is taking quite a long time Also, I would like to vary the x:y part, so I can't even make an object that is c(x:y) and do a which(#=c(x:y)) because I would need to change x and y each time. -- View this message in context: http://r.789695.n4.nabble.com/...
2006 Oct 25
0
rsync 2.6.8 timeouts
...y,0) generating and sending sums for 0 count=33367 rem=2109 blength=33352 s2length=3 flength=1112824941 generate_files phase=1 and then nothing. If I strace the process, I get home/home/rgetz/testcvs/gcc1 # strace -p 27391 Process 27391 attached - interrupt to quit select(5, [4], [], NULL, {22, 983000}) = 0 (Timeout) select(5, [4], [], NULL, {60, 0}) = 0 (Timeout) select(5, [4], [], NULL, {60, 0}) = 0 (Timeout) select(5, [4], [], NULL, {60, 0}) = 0 (Timeout) and it repeats, every 60 seconds. Any idea? I an update the the pre-release of 2.6.9 if someone can tell me they thin...
2014 Mar 05
0
Re: cgroup for VM - does it work properly?
On 03/05/2014 04:32 PM, Martin Pavlásek wrote: > Hi > > I tried to restrict usage of some running VM by cpu.shares (i.e. set to > 10 from original 1024) on loaded system and it seem doesn't work as I > expected... all running processes has same CPU usage (by htop) :-/ How exactly are you changing the cgroup settings? Are you trying to directly modify cgroup files