Displaying 9 results from an estimated 9 matches for "limitmemlock".
2015 Apr 29
2
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
...ed, 29 Apr 2015 14:58:52 +0200
Johan Kooijman wrote:
> Gotz,
>
> This is due to systemd, it overrules your settings. Add a file to
> systemd config fixes it:
>
> [root at mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf
> [Service]
> LimitNOFILE=10000
> LimitMEMLOCK=10000
>
>
> On Wed, Apr 29, 2015 at 8:31 AM, G?tz Reinicke - IT Koordinator <
> goetz.reinicke at filmakademie.de> wrote:
>
> > Hi,
> >
> > may be somewon has a working solution and information on that:
> >
> > I installed the most recent mysql...
2015 Apr 29
4
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Hi,
may be somewon has a working solution and information on that:
I installed the most recent mysql community on a server and do get a lot
of "errno: 24 - Too many open files".
There are suggestions to increase the open_files_limit, change/add that
to /etc/security/limits.conf and modify the systemd script by hand.
Depending on how you start mysql (restart, or at systemboot time
2020 Jul 27
0
machinectl does not show libvirtd vms
...logs for a VM
starting.
To repeat the discussion that happened on IRC:
- libvirt config does not specify anything related to cgroup_controllers
- cgroups are mounted (mount | grep cgroup is not empty)
- in libvirtd.service I see no mention of cgroups (apart from comments
related to TasksMax and LimitMEMLOCK)
I’m suspecting a packaging issue in my distribution (NixOS) but I’m not
really sure where I should look at to solve it.
NB: the reason I wanted machinectl was to make use of nsswitch
mymachines facilities, which I learnt wouldn’t work anyway. So I’m only
reporting it in case something needs to b...
2015 Apr 29
0
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
Gotz,
This is due to systemd, it overrules your settings. Add a file to systemd
config fixes it:
[root at mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf
[Service]
LimitNOFILE=10000
LimitMEMLOCK=10000
On Wed, Apr 29, 2015 at 8:31 AM, G?tz Reinicke - IT Koordinator <
goetz.reinicke at filmakademie.de> wrote:
> Hi,
>
> may be somewon has a working solution and information on that:
>
> I installed the most recent mysql community on a server and do get a lot
> of &qu...
2015 Apr 29
0
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
...rote:
>
> > Gotz,
> >
> > This is due to systemd, it overrules your settings. Add a file to
> > systemd config fixes it:
> >
> > [root at mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits.conf
> > [Service]
> > LimitNOFILE=10000
> > LimitMEMLOCK=10000
> >
> >
> > On Wed, Apr 29, 2015 at 8:31 AM, G?tz Reinicke - IT Koordinator <
> > goetz.reinicke at filmakademie.de> wrote:
> >
> > > Hi,
> > >
> > > may be somewon has a working solution and information on that:
> > >
&g...
2014 Jul 17
2
ulimit warning when restarting
When restarting Dovecot 2.2.10 (via atrpms) on RHEL 6, I get the error:
Warning: fd limit (ulimit -n) is lower than required under max. load (1024 < 4096), because of default_client_limit
# doveconf default_internal_user
default_internal_user = dovecot
Should dovecot print this warning based on $default_internal_user, or
based on root?
As root:
# ulimit -n
1024
As user dovecot:
$ ulimit -n
2015 Apr 30
2
Mysql 5.6, Centos 7 and errno: 24 - Too many open files
...;
> > > This is due to systemd, it overrules your settings. Add a file to
> > > systemd config fixes it:
> > >
> > > [root at mysql2 ~]#
> > > cat /etc/systemd/system/mariadb.service.d/limits.conf [Service]
> > > LimitNOFILE=10000
> > > LimitMEMLOCK=10000
> > >
> > >
> > > On Wed, Apr 29, 2015 at 8:31 AM, G?tz Reinicke - IT Koordinator <
> > > goetz.reinicke at filmakademie.de> wrote:
> > >
> > > > Hi,
> > > >
> > > > may be somewon has a working solution an...
2018 Apr 27
2
samba-tool ntacl sysvolcheck -> Too many open files
I just realize that i can't run a "samba-tool ntacl sysvolcheck" on my DC's (4.7.6):
ldb: unable to open modules directory '/usr/lib/x86_64-linux-gnu/ldb/modules/ldb' - Too many open files
ldb: unable to open modules directory '/usr/lib/x86_64-linux-gnu/samba/ldb' - Too many open files
.....
>From memory, it was just fine on samba 4.6
If I check system
2017 Feb 02
0
Dovecot performance and proxy loops with IPv6
...nd dovecot configs:
sysctl:
fs.inotify.max_user_instances = 65535
fs.inotify.max_user_watches = 16384
systemd startup with ulimit settings:
[Unit]
Description=Dovecot Mailservice IMAP/POP
[Service]
Type=simple
LimitCORE=0
LimitNPROC=5000000
LimitNOFILE=65535
LimitSTACK=81920
LimitDATA=infinity
LimitMEMLOCK=infinity
LimitRSS=infinity
LimitAS=infinity
ExecStart=/usr/local/dovecot2/sbin/dovecot -F -c /usr/local/dovecot2/etc/dovecot/dovecot.conf
[Install]
WantedBy=multi-user.target
dovecot-ldap.conf:
uris = ldapi://%2Fvar%2Frun%2Fldapi
dn = cn=xxxxxxx,o=domain,c=com
dnpass = xxxxxxxxxxxxx
auth_bind...