similar to: Performance tweaking for lots of files

Displaying 20 results from an estimated 700 matches similar to: "Performance tweaking for lots of files"

2010 Oct 10
0
Fwd: Theora developer question.
Hi Beorn, 1. replace "-v 7" to "--optimize --two-pass --soft-target -V 2000" you will get about 200MB file size with no changes in quality. 2. try to use libtheora ptalarbvorm, it is in alpha state but has some improvements. You can find comparison here: http://people.xiph.org/~xiphmont/demo/theora/demo9.html if you use ubuntu 10.10 you can download precompiled libtheora and
2005 Jan 21
2
centos4/rhes4 - mysql4?
The recent thread about the mysql/postgres RPMS had me wonder -- is Redhat (ergo CentOS) moving to MySQL 4.x in the new RHES4 release? You folks with the beta, what's on the CD/ISOs? thx, -te -- Troy Engel | Systems Engineer Fluid, Inc | http://www.fluid.com
2005 Jan 13
3
CentOS4 + Subversion?
Hey all - does RHES4/CentOS4 beta contain a recent integration of Subversion? I've been holding off trying to retro-fit CentOS 3.x on our CVS server, hoping that the official channels aready had it in store for the future. Not that you *can't* retrofit, I was just uncomfortable upgrading so many stock packages. Anyone have it installed, can take a look for me? thx, -te -- Troy
2007 Feb 14
4
Guide to better performance using * ?
Can someone point me in the right direction to find documentation on best practices when setting up a new Asterisk server? I'm using RHES4 and Dell 1750 with TE412P. My current problems are frequent crashes and choppy audio so I think I can easily tweak these out of the picture. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 14
1
CentOS 4.3 under VMWare ESX 2.5.3 Server
I have a IBM XSeries 366 with 04 processors Intel Xeon 3.16 Ghz, 16 Gb of memory and a storage IBM with 2 terabytes. I work with virtualization and my OS in this machine is a VMware ESX 2.5.3 version. When I install CentOS 4.X as guest operating system under ESX, the performance is very very bad. When I intsall RHES4 as guest operating system under ESX, the performance is very good. It will
2005 Jun 27
1
profiles when swapping samba servers
I have a network of mixed W2k and XP clients with an ancient Samba 2.2.2 server. The old Samba box is set up to allow roaming profiles (logon path=\\%L\%U\.profile, same for logon home), but recently all the users' profiles have been changed to 'local'. Over the weekend I attempted to replace the Samba box with a new one running RHES4 (Samba 3.0.14.) I had the smb.conf set to allow
2005 Jul 29
1
profiles reverting from local to roaming
Hello, I have a shiny new RHES4 box running Samba 3.0.10-1.4E (as included in the Red Hat distribution) which is set up as a domain controller, using openLDAP and the IdealX scripts. User PCs are Windows 2000 and XP. We would like to avoid roaming profiles altogether, so we set "logon path =" and "logon home =" (with no argument to the right of the equals sign) in smb.conf.
2006 Feb 08
0
Stange regexp problem with case sensitivity
Environment: CentOS 4.2 (RHES4 clone) Ruby 1.8.4 Rails 1.0 I am having a small difficulty with case sensitive matching in some ruby code: f_nam_re = Regexp.new(f_nam_re_s,"x") produces these test results: The passed regexp: ^QPCCCMR[[:digit:]]$ The regexp used is: /^QPCCCMR[[:digit:]]$/i $= is false qpcccmr1 matches QPCCCMR1 matches QPCCMMR1 does not match qpCCCMR1 matches QPCCCMRC
2005 May 16
0
HELP !!! migrating from win2000 pdc to linux pdc
Hello, I have a test environment with 1 windows 2000 AD domain pdc ( mixed mode install ), 1 linux server ( to become pdc ) and a win xp box to test logon when the migration was completed. The problem is no matter what I try after the migration the win xp's logonserver = windows server not linux server. I have no idea what is going on here. I've listed the process for migration
2011 Feb 16
2
Dovecot can't start with error pop3-login & imap-login not supported protocol family
I've done the installation (rpm downloaded from the RHES4 link given by Oli below) but dovecot won't start, it gave the error pop3-login & imap-login not supported by protocol. I'm sure with a much older version (in my previous post) of dovecot, I'm able to start up dovecot & it did not give this error. Thought dovecot is suppose to come with pop3 & imap? # rpm -Uvh
2023 Feb 01
1
dyn.load(now = FALSE) not actually lazy?
? Wed, 1 Feb 2023 14:16:54 +1100 Michael Milton <ttmigueltt at gmail.com> ?????: > Is this a bug in the `dyn.load` implementation for R? If not, why is > it behaving like this? What should I do about it? On Unix-like systems, dyn.load forwards its arguments to dlopen(). It should be possible to confirm with a debugger that R passes RTLD_NOW to dlopen() when calling dyn.load(now =
2005 Mar 16
1
HELP !!! migrating from win2000 pdc to linux pdc
Hello, Second post: first had logs attached but was too big. I have a test environment with 1 windows 2000 AD domain pdc ( mixed mode install ), 1 linux server ( to become pdc ) and a win xp box to test logon when the migration was completed. The problem is no matter what I try after the migration the win xp's logonserver = windows server not linux server. I have no idea what is going
2023 Feb 01
2
dyn.load(now = FALSE) not actually lazy?
On Linux, if I have a .so file that has a dependency on another .so, and I `dyn.load(now=FALSE)` the first one, R seems to try to resolve the symbols immediately, causing the load to fail. For example, I have `libtorch` installed on my HPC. Note that it links to various libs such as `libcudart.so` and `libmkl_intel_lp64.so.2` which aren't currently in my library path: ? ~ ldd
2010 Nov 13
1
StorNext CVFS
Morning All! Anyone ever tried exporting a StorNext CVFS filesystem from a Linux box??? I?ve got this Samba server (3.5.6) running on CentOS 5.4 and it?s working fine, exporting ext3, nfs and an IBM GPFS filesystem just fine. So I know Samba is good an my configuration is working. I tried to add the exportation of a StorNext CVFS volume and that doesn?t work. All the other volumes still work
2002 Oct 09
5
Value too large for defined data type
Howdy, I am just starting to use rsync and now have an rsync server set up to back up our various machines. I recently started getting an error that is confusing and I can't find info documented on it. I searched the news group and found it mentioned but no solution yet. I get the error when sync'ing from a Solaris 8 machine to my Solaris 8 server. stat
2010 Nov 05
2
xServes are dead ;-( / SAN Question
Hi ! As some of you might know, Apple has discontinued it's xServes server as of january 31st 2011. We have a server rack with 12 xserves ranging from dual G5's to dual quand-core xeon lastest generation, 3 xserve-raid and one activeraid 16 TB disk enclosure. We also use xSan to access a shared file system among the servers. Services are run from this shared filesystem, spreaded
2017 Nov 02
4
samba 4.x slow ...
Hi, we are running samba 4.4 on two machines as file servers. Both are running a GFS (stornext). The storage is attached using 8G HBA. You can get up to 800MB/s local speed. We are exporting the shares using 2x1GB and 2x10G. However the clients are only getting 40-50MB/s. With samba3 I think we had up to 80-90MB/s. Using a 100MB/s link for the client we see 12-13MB/s (wire speed). Using
2011 Mar 07
2
connection speeds between nodes
Hi All, I've been asked to setup a 3d renderfarm at our office , at the start it will contain about 8 nodes but it should be build at growth. now the setup i had in mind is as following: All the data is already stored on a StorNext SAN filesystem (quantum ) this should be mounted on a centos server trough fiber optics , which in its turn shares the FS over NFS to all the rendernodes
2002 Aug 12
4
Simple and Stupid Share...
Hullo, All... I have HPUX 10.20 with SaMBa 2.2.3a installed... All I want to do is make a single share with read only access for everybody, no matter the user people are using, in other words, they don't need to have the user on the server side. I tried to setup, with no success. Anybody knows something? Thanks...
2002 Jun 21
0
ext3 and bdflush tweaking
I apologize if this is off-topic, because I'm not sure if /proc/sys/vm/bdflush has anything to do with ext3 performance or not. However, I've been searching around for a while and can't find the answer I need. If somebody could shed some light, I'd really appreciate it. In "Securing and Optimizing Linux: RedHat Edition -A Hands on Guide", the author gives these values to