search for: 50000

Displaying 20 results from an estimated 942 matches for "50000".

Did you mean: 0000
2019 Jan 02
3
[lit] check-all hanging
...hang always happens at the > 90% completion stage and I'm pretty sure all tests have been run and check-all is just waiting for lit/python to exit. I see a single python processing running, taking very little CPU time. An strace of that process shows this: select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) select(0, NUL...
2019 Jan 02
4
[lit] check-all hanging
...ion stage and I'm pretty >> sure all tests have been run and check-all is just waiting for >> lit/python to exit. I see a single python processing running, taking >> very little CPU time. An strace of that process shows this: >> >> select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) >> select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) >> select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) >> select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) >> select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout) >> select(0, NULL, NULL,...
2005 Apr 05
1
problem with remote forward and SSH 2.4.0 server
...port forwards to a server running SSH Secure Shell 2.4.0. The problem appears to be that 2.4.0 chokes on bind addresses that aren't numeric addresses, such as "localhost" and "". The following commands are failing for me from the 4.0p1 client to the 2.4.0 server: ~ ssh -R 50000:localhost:50000 server ~ ssh -R localhost:50000:localhost:50000 server ~ ssh -R :50000:localhost:50000 server ~ ssh -R \*:50000:localhost:50000 server although these commands work just fine: ~ ssh -R 127.0.0.1:50000:localhost:50000 server ~ ssh -R 0.0.0.0:50000:localhost:50000 server ~ ssh...
2012 Feb 08
2
Memory allocation problem (again!)
Dear all, I know this problem was discussed many times in forum, however unfortunately I could not find any way out for my own problem. Here I am having Memory allocation problem while generating a lot of random number. Here is my description: > rnorm(50000*6000) Error: cannot allocate vector of size 2.2 Gb In addition: Warning messages: 1: In rnorm(50000 * 6000) : Reached total allocation of 1535Mb: see help(memory.size) 2: In rnorm(50000 * 6000) : Reached total allocation of 1535Mb: see help(memory.size) 3: In rnorm(50000 * 6000) : Reached tot...
2005 Apr 07
4
[Bug 1012] Trouble creating remote port forwarding to ssh.com 2.4.0 server.
...port forwards to a server running SSH Secure Shell 2.4.0. The problem appears to be that 2.4.0 chokes on bind addresses that aren't numeric addresses, such as "localhost" and "". The following commands are failing for me from the 4.0p1 client to the 2.4.0 server: ssh -R 50000:localhost:50000 server ssh -R localhost:50000:localhost:50000 server ssh -R :50000:localhost:50000 server ssh -R \*:50000:localhost:50000 server although these commands work just fine: ssh -R 127.0.0.1:50000:localhost:50000 server ssh -R 0.0.0.0:50000:localhost:50000 server ssh -R 192...
2005 Dec 06
2
Help IDMAP_RID and trusted domains
...et). well, to be clear: NSS is not working (id, getent passwd <user>, ...) so samba does not find the posix information for any user from a foreign domain it?s working in a single domain with ##################################### # WINBIND - Settings idmap backend = idmap_rid:DOMA=10000-50000 idmap uid = 10000-50000 idmap gid = 10000-50000 allow trusted domains = no winbind use default domain = yes winbind enum users = no winbind enum groups = no winbind trusted domains only = no allow trusted domains = no winbind cache time = 60 template shell =...
2007 Mar 20
8
Is there any performance problem with hard links in ZFS?
Is there any performance problem with hard links in ZFS? I have a large storage. There will be near 50000 hard links for every file. Is it ok for ZFS? May be some problems with snapshots(every 30 minutes there will be a snapshot creating)? What about difference in speed while working with 50000 hardlinks or 50000 different files? ps: It would be very useful if you give me some links about hardlink...
2000 Apr 01
1
Bug ? mine or ? in R core
Dear R Gurus, I would very much appreciate some help with this code snippit from my RODBC package. R crashes or exhibits bizarre behaviour when repeatedly fetching large numbers of rows. Examples: > odbcFetchRows(0,max=50000)->xx > odbcFetchRows(0,max=50000)->xx > odbcFetchRows(0,max=50000)->xx > odbcFetchRows(0,max=50000)->xx > odbcFetchRows(0,max=50000)->xx 3rd arg (table) not of type VECSXP, from R_HashGet Segmentation fault (core dumped) > odbcFetchRows(0,max=100000)->xx > odbc...
2017 Jul 11
0
Gluster native mount is really slow compared to nfs
...hreads = 8 > total files = 40000 > 100.00% of requested files processed, minimum is 70.00 > 1.232004 sec elapsed time > 32467.428972 files/sec > > > > root at app1:~/smallfile-master# ./smallfile_cli.py --top /var/www/test > --host-set 192.168.140.41 --threads 8 --files 50000 --file-size 64 > --record-size 64 > smallfile version 3.0 > hosts in test : ['192.168.140.41'] > top test directory(s) : ['/var/www/test'] > operation : cleanup >...
2011 Feb 12
1
R limits documented?
Is there documentation on R limits? That is, max matrix size, etc.? Diagnostics when limits are exceeded are not always meaningful. For example: > x <- rep(0,50000*50000) Error in rep(0, 50000 * 50000) : invalid 'times' argument In addition: Warning message: In as.vector(data) : NAs introduced by coercion Here's another example: > library(orthopolynom) > hermite <- hermite.h.polynomials(1001) > hermite[[1001]] # should display 1000-th...
2017 Jul 11
1
Gluster native mount is really slow compared to nfs
...les = 5000,records = 0,status = ok total threads = 8 total files = 40000 100.00% of requested files processed, minimum is ?70.00 1.232004 sec elapsed time 32467.428972 files/sec ?? root at app1:~/smallfile-master# ./smallfile_cli.py ?--top /var/www/test --host-set 192.168.140.41 --threads 8 --files 50000 --file-size 64 --record-size 64 smallfile version 3.0 ? ? ? ? ? ? ? ? ? ? ? ? ? ?hosts in test : ['192.168.140.41'] ? ? ? ? ? ? ? ? ? ?top test directory(s) : ['/var/www/test'] ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?operation : cleanup ? ? ? ? ? ? ? ? ? ? ? ? ? ? files/thread : 50000 ? ? ?...
2018 Dec 12
4
vfs_fruit causes delay in listing directories for Windows clients
...t_size=1265, ...}, AT_SYMLINK_NOFOLLOW) = 0 <0.000243> fcntl(20, F_SETLKW, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=8368, l_len=1}) = 0 <0.000010> fcntl(20, F_SETLKW, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=8368, l_len=1}) = 0 <0.000009> stat("stroth/testfiles_10000-50000/10000/03915", {st_mode=S_IFREG|0660, st_size=1265, ...}) = 0 <0.000312> getxattr("stroth/testfiles_10000-50000/10000/03915", "user.org.netatalk.Metadata", 0x55803d5c9a90, 402) = -1 ENODATA (No data available) <0.000348> listxattr("testfiles_10000-50000/1...
2004 Nov 24
17
outbound shaping
...if anyone has any ideas why this doesnt work. I want to shape only outbound ftp traffic and not inbound or lan traffic. #!/bin/bash #shaping passive and active outbound ftp traffic on an internal computer without affecting inbound and lan speed # mark the outbound passive ftp packets on ports 50000-51000 iptables -t mangle -D OUTPUT -o eth0 -j MYSHAPER-OUT 2> /dev/null > /dev/null iptables -t mangle -F MYSHAPER-OUT 2> /dev/null > /dev/null iptables -t mangle -X MYSHAPER-OUT 2> /dev/null > /dev/null iptables -t mangle -N MYSHAPER-OUT iptables -t mangle -I OUTPUT -o eth0 -j...
2016 Apr 05
2
Is that an efficient way to find the overlapped , upstream and downstream ranges for a bunch of ranges
I do have a bunch of genes ( nearly ~50000) from the whole genome, which read in genomic ranges A range(gene) can be seem as an observation has three columns chromosome, start and end, like that seqnames start end width strand gene1 chr1 1 5 5 + gene2 chr1 10 15 6 + gene3 chr1 12 17...
2015 Nov 17
4
Borrar cada fila 400
Buenas, tengo un csv [csv final] con 50000 filas, que es unión de varios csv [csv particular]. Cada csv [csv particular] tiene en la última fila, la 400, una serie de valores que quiero eliminar, por lo que del [csv filan] quiero borrar la linea 400,800,1200,.... Lo he intentado con un bucle for: for(i in 1:50000){ if(i%%400 == 0) {dat...
2015 Apr 05
5
Member server - winbind unable to resolve users/groups
...> I think that could very well be your problem, you have these lines in >> the smb.conf on your member server: >> >> idmap config CCENTER : backend = ad >> idmap config CCENTER : schema_mode = rfc2307 >> idmap config CCENTER : range = 1000-50000 >> >> What they mean is, use the winbind 'ad' backend with rfc2307 attributes >> and ignore any uidNumbers & gidNumbers that fall outside the range >> '1000-50000' >> >> '513' is less than '1000' so will be ignored, and as '...
2017 Jun 01
1
RPC Server is unavailable
...ected to domain: net ads testjoin -k Join is OK - wbinfo -i (show users correctly), - wbinfo -g (show groups corrsctly), - users have access to files on share, - files/directories have right privileges getfacl example_dir # file: example_dir # owner: xxx # group: xxy user::rwx user:root:rwx user:50000:rwx user:50002:rwx user:51151:rwx user:58522:rwx group::--- group:50000:rwx group:50002:rwx group:50068:rwx group:58522:rwx mask::rwx other::--- default:user::rwx default:user:root:rwx default:user:50000:rwx default:user:50002:rwx default:user:51151:rwx default:user:58522:rwx default:group::--- def...
2009 Oct 09
1
celebrating revision 50000
Hello, Today, Brian Ripley commited the revision 50000 of R's svn repository. I took this as an opportunity to do some data analysis of the log and posted some code and graphics on my blog: http://romainfrancois.blog.free.fr/index.php?post/2009/10/09/celebrating-R-commit-50000 The plots of the number of commits per day (and per month) indicates...
2011 May 07
0
[LLVMdev] how to get profile information for 50000 runs
Hello, Can you please tell me how to get profile information. We have tried :: 1. lli -fake-argv0 'bubble.bc' -load ${LLVM_BASE_DIR}/Debug/lib/profile_rt.so bubble.bc.inst 50000 llvm-prof bubble.bc.inst > profile.txt 2. perl /mnt/softs/llvm/utils/profile.pl -block -edge -function bubble.bc 50000 Both the commands generates frequency count only for 1 run and not for 50000. Please help.. Regards, Swati
2019 Mar 24
2
Maximum Listeners.
Hello there, I’ve configured my server for maximum 50000 open files. [root at scast1 ~]# ulimit -a ... open files (-n) 50000 ... max user processes (-u) 65535 While im doing the Load Test 1, my server only reaches ~1015 listeners. I’ve set this on etc/security/limits.conf : icecast hard nofile 50000 icecast soft nof...