similar to: 1. memory issues (hw)

Displaying 20 results from an estimated 10000 matches similar to: "1. memory issues (hw)"

2020 Sep 26
0
asterisk-users Digest, Vol 193, Issue 15
memory vs disk cache > This is an issue that has plagued Asterisk since day one. Basically there >> is no solution available because there is no way to set aside memory to be >> kept from a growing disk cache. I did some research and this looks like a >> bad design from the Kernel people. Meanwhile all you can do us every 60 >> seconds: > > echo 3 | sudo tee
2015 Jun 01
1
GlusterFS 3.7 - slow/poor performances
Dear all, I have a crash test cluster where i?ve tested the new version of GlusterFS (v3.7) before upgrading my HPC cluster in production. But? all my tests show me very very low performances. For my benches, as you can read below, I do some actions (untar, du, find, tar, rm) with linux kernel sources, dropping cache, each on distributed, replicated, distributed-replicated, single (single
2019 Oct 06
0
VIRTIO_BALLOON_F_FREE_PAGE_HINT
On 04.10.19 21:03, Tyler Sanderson wrote: > I think DEFLATE_ON_OOM makes sense conceptually, it's just that the > implementation doesn't play well with the rest of memory management > under memory pressure. > It could probably be fixed with enough effort, but IMO free page hinting > gets 90% of the benefit without poking the dark corners of memory > management and so is a
2015 Jun 02
2
GlusterFS 3.7 - slow/poor performances
hi Geoffrey, Since you are saying it happens on all types of volumes, lets do the following: 1) Create a dist-repl volume 2) Set the options etc you need. 3) enable gluster volume profile using "gluster volume profile <volname> start" 4) run the work load 5) give output of "gluster volume profile <volname> info" Repeat the steps above on new and old
2019 Oct 28
3
Dovecot and MySQL aborted connections.
Is anyone else using Dovecot (2.3.8) with MySQL (5.7) seeing a lot of these in MySQL logs? 2019-10-28T11:08:20.384428+02:00 58378 [Note] Aborted connection 58378 to db: 'vmail' user: 'vmail' host: 'localhost' (Got an error reading communication packets) 2019-10-28T11:10:09.821171+02:00 58420 [Note] Aborted connection 58420 to db: 'vmail' user: 'vmail'
2008 Nov 24
2
Getting lowest latency sound?
I have been trying to get lowest-latency sound (with highest fidelity) to use with Dragon NaturallySpeaking. I have Jaunty and the latest RT kernel, which I know has problems for many applications but works fine to run DNS. (It will not, however, install the program nor train it.) I set up real-time audio access as follows: sudo su -c 'echo @audio - rtprio 99 >>
2015 May 10
0
mariadb fails to start under C7
I'm old school. If it works... On Sun, May 10, 2015 at 2:17 PM, Tim Dunphy <bluethundr at gmail.com> wrote: > Hi Earl, > > >I think I found your problem, you do not have the correct package > installed > > >[root at c7-db1 ~]# rpm -qa | grep maria > >mariadb-libs-5.5.41-2.el7_0.x86_64 > >mariadb-server-5.5.41-2.el7_0.x86_64 >
2016 Jan 29
2
Write content to file from Dockerfile and/or any other method
I am building a Dockerfile and I am setting up MariaDB repos as follow: # Setup MariaDB repos RUN touch /etc/yum.repos.d/MariaDB.repo I should write this inside the MariaDB.repo file: [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/5.5/centos6-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 What's the right way to do this? The one below? echo
2015 Nov 15
5
Error when installing mysql package
Hi all, I have tried to install MySQL package but get next: [kim at forge tools]$ sudo yum install mysql [sudo] password for kim: Loaded plugins: fastestmirror, rhnplugin This system is receiving updates from RHN Classic or Red Hat Satellite. Loading mirror speeds from cached hostfile * base: cosmos.cites.illinois.edu * epel: mirrors.syringanetworks.net * extras: mirror.acsnet.com *
2015 May 10
4
mariadb fails to start under C7
Hi Earl, >I think I found your problem, you do not have the correct package installed >[root at c7-db1 ~]# rpm -qa | grep maria >mariadb-libs-5.5.41-2.el7_0.x86_64 >mariadb-server-5.5.41-2.el7_0.x86_64 >mariadb-5.5.41-2.el7_0.x86_64 >[root at c7-db1 ~]# >Install the mariadb-x package and you should be able to start the service Thanks. While I could go with mariadb 5, the
2016 Sep 23
1
Install Mariadb on Centos 7 fails
At 09:36 AM 9/23/2016, you wrote: >On 2016-09-22 18:07, david wrote: > > Folks > > > > I'm having problems installing Mariadb in Centos 7. > > > > > > Here's what I did: > > > > 0) Become root > > 1) Make sure that mariadb and mysql are NOT installed. > > 2) Delete residual libs > > rm -rf /var/lib/mysq* >
2016 Jan 29
1
Re: Write content to file from Dockerfile and/or any other method
On Fri, 29 Jan 2016 06:31, Keith Keller <kkeller at ...> wrote: > On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote: >> >> I am building a Dockerfile and I am setting up MariaDB repos as follow: > > This question is probably way offtopic for a CentOS mailing list. > >> # Setup MariaDB repos >> RUN touch
2016 Sep 23
0
Install Mariadb on Centos 7 fails
On 2016-09-22 18:07, david wrote: > Folks > > I'm having problems installing Mariadb in Centos 7. > > > Here's what I did: > > 0) Become root > 1) Make sure that mariadb and mysql are NOT installed. > 2) Delete residual libs > rm -rf /var/lib/mysq* > 3) yum install -y mariadb-server > installed mariadb-5.5.50-1.el7_2.x86_64 from
2015 May 10
0
mariadb fails to start under C7
On 10 May 2015 at 15:17, Tim Dunphy <bluethundr at gmail.com> wrote: > Hi Earl, > > >I think I found your problem, you do not have the correct package > installed > > >[root at c7-db1 ~]# rpm -qa | grep maria > >mariadb-libs-5.5.41-2.el7_0.x86_64 > >mariadb-server-5.5.41-2.el7_0.x86_64 > >mariadb-5.5.41-2.el7_0.x86_64 > >[root at c7-db1 ~]#
2015 Nov 30
2
SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file
Hi there, I know this is off-topic or semi off-topic but I really need some help since I am stucked. I'm trying to redirect MariaDB logs to `/var/log/mysql/*.log` files as shown below on the `/etc/my.cnf.d/server.cnf` file: # # These groups are read by MariaDB server. # Use it for options that only the server (but not clients) should see # # See the examples of server
2015 May 10
0
mariadb fails to start under C7
Hello Tim, On 10 May 2015 at 14:47, Tim Dunphy <bluethundr at gmail.com> wrote: > Hey all, > > I just unstalled MariaDB version 10 from the mariadb repositories under a > CentOS 7 host. > > The install went fine! > > [root at nfsdb1 ~]# rpm -qa | grep -i mariadb > MariaDB-common-10.0.19-1.el7.centos.x86_64 > MariaDB-server-10.0.19-1.el7.centos.x86_64 >
2014 Nov 17
0
CESA-2014:1861 Important CentOS 7 mariadb Security Update
CentOS Errata and Security Advisory 2014:1861 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-1861.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: f21d6c8f097891da2ac2fd26efb759977c468c6e51782ab89bfd4ff80ea44733 mariadb-5.5.40-1.el7_0.x86_64.rpm
2015 Jan 05
0
CEBA-2015:0007 CentOS 7 mariadb BugFix Update
CentOS Errata and Bugfix Advisory 2015:0007 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0007.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: db6838c6927001b1697a9957ff3a808cf6d6a9b75bd0ee82d84e48d3ef866230 mariadb-5.5.40-2.el7_0.x86_64.rpm
2015 Feb 05
0
CESA-2015:0118 Moderate CentOS 7 mariadb Security Update
CentOS Errata and Security Advisory 2015:0118 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-0118.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: bad3e25be040d04b3465b004f1bf5e6bb59ed199002d6d30518c1b37ff9a599c mariadb-5.5.41-2.el7_0.x86_64.rpm
2015 Aug 25
0
CESA-2015:1665 Moderate CentOS 7 mariadb Security Update
CentOS Errata and Security Advisory 2015:1665 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1665.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 29554047f0773b0494da521348084df861ed2d72a4e840c4176bfe6c12ea8df4 mariadb-5.5.44-1.el7_1.x86_64.rpm