search for: tuneabl

Displaying 20 results from an estimated 39 matches for "tuneabl".

Did you mean: tuneable
2013 Jul 24
3
memory consumption with treesize pro and cifs shares
...of plans. In the meantime, I'm going to continue to check the usual manuals/google sources to see if I can find anything. I haven't as yet and am short on time with this. Basically looking to see if this is an actual bug that might require a patch/upgrade, or something I can fix with some tuneables. Thanks, Mike
2007 Sep 28
4
Sun 6120 array again
...is discussion... http://www.opensolaris.org/jive/thread.jspa?messageID=143517 ...we never found out how (or if) the Sun 6120 (T4) array can be configured to ignore cache flush (sync-cache) requests from hosts. We''re about to reconfigure a 6120 here for use with ZFS (S10U4), and the evil tuneable zfs_nocacheflush is not going to serve us well (there is a ZFS pool on slices of internal SAS drives, along with UFS boot/OS slices). Any pointers would be appreciated. Thanks and regards, Marion
2017 Jun 02
1
File locking...
Hi all, A few questions. - Is POSIX locking enabled when using the native client? I would assume yes. - What other settings/tuneables exist when it comes to file locking? Krist -- Vriendelijke Groet | Best Regards | Freundliche Gr??e | Cordialement ------------------------------ Krist van Besien | Senior Architect | Red Hat EMEA Cloud Practice | RHCE | RHCSA Open Stack @: krist at redhat.com | M: +41-79-5936260 -----------...
2004 Sep 10
2
Unified codec interface
...ncoding context char **codecs = get_available_frunick_codecs(); // returns list of available codecs load_frunick_codec(my_encoder, "vorbis"); //dynamically loads the selected codec, returns error if not available char **parameters == get_frunick_codecs_parameters(); //get a list of the tuneable params of the selected codec specify_frunick_parameter(my_encoder, "quality", "7"); //set a parameter of the codec ....and so on. I have not yet looked into nor gstreamer nor uci ( http://uci.sourceforge.net/ ), so I don't know whether this thing already exists ... but I...
2004 Sep 10
2
Unified codec interface
...ncoding context char **codecs = get_available_frunick_codecs(); // returns list of available codecs load_frunick_codec(my_encoder, "vorbis"); //dynamically loads the selected codec, returns error if not available char **parameters == get_frunick_codecs_parameters(); //get a list of the tuneable params of the selected codec specify_frunick_parameter(my_encoder, "quality", "7"); //set a parameter of the codec ....and so on. I have not yet looked into nor gstreamer nor uci ( http://uci.sourceforge.net/ ), so I don't know whether this thing already exists ... but I...
2009 Aug 10
1
RFC: Storing indexes in a (remote) database to increase dovecot scalability
...an realistically not go above 10k nfs ops/sec on the fastest of local networks due to latency issues. With mysql you could have multiple parallel connections to the central database store (1 per process?) which would mean more nfs ops available for actually serving the files. 4) Caching. Much more tuneable on a database server than in a filesystem. Eg in mysql there are loads of options to tune the various innodb/query/key caches, on nfs there are very few even on advanced netapps etc I know some of you store all your indexes on a single server locally & then store the emails on a remote centra...
2012 May 30
3
Boot hangs on v9 system at CD device probe
I sent a note about this a couple of weeks ago, but have not heard anything. I'm really getting a bit desperate. I have a system that I am trying to upgrade from 8.2 to 9.0. I have built it and installed the kernel, but it fails to boot. The boot freezes after probing for my hard drives during the probe of the CDROM. It just sits there, seemingly forever, though I have never waited longer
2018 Jan 16
2
Samba46 Listen queue overflow in FreeBSD 11.1
...pipe root winbindd 1100 22 stream /var/run/samba4/winbindd/pipe root winbindd 1099 22 stream /var/run/samba4/winbindd/pipe root winbindd 962 22 stream /var/run/samba4/winbindd/pipe root winbindd 954 22 stream /var/run/samba4/winbindd/pipe We have increased this kernel tuneable to --- kern.ipc.soacceptqueue=4096 The server is using the on board 10gig NIC which is know for a bug and a different error. We turned off lso and tso to fix that error - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221919#c9 (my post in comment #9) There have been other posts on the web...
2004 Aug 06
0
Re: [Flac-dev] Unified codec interface
...t_available_frunick_codecs(); > // returns list of available codecs > > load_frunick_codec(my_encoder, "vorbis"); > //dynamically loads the selected codec, returns error if not available > > char **parameters == get_frunick_codecs_parameters(); > //get a list of the tuneable params of the selected codec > > specify_frunick_parameter(my_encoder, "quality", "7"); > //set a parameter of the codec > > ....and so on. > > I have not yet looked into nor gstreamer nor uci > ( http://uci.sourceforge.net/ ), so I don't know whe...
2003 Jan 30
0
[Fwd: Unified codec interface]
...ncoding context char **codecs = get_available_frunick_codecs(); // returns list of available codecs load_frunick_codec(my_encoder, "vorbis"); //dynamically loads the selected codec, returns error if not available char **parameters == get_frunick_codecs_parameters(); //get a list of the tuneable params of the selected codec pecify_frunick_parameter(my_encoder, "quality", "7"); //set a parameter of the codec ....and so on. I have not yet looked into nor gstreamer nor uci ( http://uci.sourceforge.net/ ), so I don't know whether this thing already exists ... but I...
2000 Sep 25
3
Out of file structures
Hi all, does anybody knows about the following Error ?!??! [2000/09/25 17:40:55, 0] smbd/files.c:file_new(85) ERROR! Out of file structures seems to be the max open files problem, am I right ? We did a research in some news and usergroups and in some answers it was mentioned, to compile samba with the sfio package to avoid using the select(3). Is that right ? Does anybody has any
2019 Nov 22
2
[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
Driver virtio_net is not handling error events for TX provided by dev_watchdog. This event is reached when transmission queue is having problems to transmit packets. This could happen for any reason. To enable it, driver should have .ndo_tx_timeout implemented. This commit brings back virtnet_reset method to recover TX queues from a error state. That function is called by schedule_work method and
2019 Nov 22
2
[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
Driver virtio_net is not handling error events for TX provided by dev_watchdog. This event is reached when transmission queue is having problems to transmit packets. This could happen for any reason. To enable it, driver should have .ndo_tx_timeout implemented. This commit brings back virtnet_reset method to recover TX queues from a error state. That function is called by schedule_work method and
2019 Nov 22
0
[PATCH net-next v2] drivers: net: virtio_net: Implement a dev_watchdog handler
...uct virtio_device *vdev) > dev->netdev_ops = &virtnet_netdev; > dev->features = NETIF_F_HIGHDMA; > > + dev->watchdog_timeo = 5 * HZ; > dev->ethtool_ops = &virtnet_ethtool_ops; > SET_NETDEV_DEV(dev, &vdev->dev); > Is there a way to make this tuneable from ethtool? > @@ -3068,6 +3160,7 @@ static int virtnet_probe(struct virtio_device *vdev) > vdev->priv = vi; > > INIT_WORK(&vi->config_work, virtnet_config_changed_work); > + INIT_WORK(&vi->reset_work, virtnet_reset); > > /* If we can receive ANY...
2018 Jan 16
0
Samba46 Listen queue overflow in FreeBSD 11.1
...1100 22 stream /var/run/samba4/winbindd/pipe > root winbindd 1099 22 stream /var/run/samba4/winbindd/pipe > root winbindd 962 22 stream /var/run/samba4/winbindd/pipe > root winbindd 954 22 stream /var/run/samba4/winbindd/pipe > > We have increased this kernel tuneable to --- kern.ipc.soacceptqueue=4096 > > The server is using the on board 10gig NIC which is know for a bug and a > different error. We turned off lso and tso to fix that error - > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221919#c9 (my post in comment > #9) > > Ther...
2004 Aug 06
2
a new directory service
...big of a problem. > This should without a doubt be an admin tunable knob, not something to be > set by clients. If you intend this directory lister to achieve widespread > use, especially as the software-of-choice for running public directory > servers, this must absolutely not be tuneable by the client. I'm not sure what you mean. If you mean MAXTTL, it's certainly reasonable that this be tunable by the client within some acceptable range. My current thoughts were 5 minutes to 1 day. That way sites that are very stable, can be nice about the amount udpates they do. espe...
2005 Nov 20
11
NFS question (and Best Practices)
...but I figured I would try to get this working. I''m trying to understand why zfs uses so many "zfs create" so I can use it better. What makes sense is that each zfs fs can have it''s own options (compression, nfs, atime, quota, etc). I really love this because it is so tuneable -- compression on these dirs, no atime on those -- so flexible. (But please let me know if I''m not on the right track) But here is the problem I''ve run into -- nfs exporting. In the examples they make tank/home/{ann,bob,etc}. Now if I "zfs set sharenfs=on tank/home"...
2004 Aug 06
0
a new directory service
...) > > This should without a doubt be an admin tunable knob, not something to be > > set by clients. If you intend this directory lister to achieve widespread > > use, especially as the software-of-choice for running public directory > > servers, this must absolutely not be tuneable by the client. > >I'm not sure what you mean. If you mean MAXTTL, it's certainly I was talking about listener counts, not MAXTTL. > > Applied Cryptography begs to differ with you. > > > > Sending a hash across the network is no more secure than sending a > &gt...
2010 Aug 01
1
Are enormous extents harmful?
...I don''t want to pretend to know exactly what that size is, and it''s going to depend on the usage patterns, but I''d guess it would be just a few megabytes. So, I''d propose that Btrfs should place a maximum limit on the size of extents. This should probably be a tuneable parameter. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2004 Aug 06
0
a new directory service
...ener decides to sort the listing with. This should without a doubt be an admin tunable knob, not something to be set by clients. If you intend this directory lister to achieve widespread use, especially as the software-of-choice for running public directory servers, this must absolutely not be tuneable by the client. >This string is set buy the listing client. The server will contact the >server for that URL and a compare process will happen. If the entries >match, It will get listed. Clients do not have access to this value, >except listing clients which set it. Once you're...