Accepting request 441232 from home:michals
Increase limit on file descriptors (bsc#998399) (fate#321645) OBS-URL: https://build.opensuse.org/request/show/441232 OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=57
This commit is contained in:
parent
3c635ff77c
commit
bd52e99e1e
11
Set-fd-limit.patch
Normal file
11
Set-fd-limit.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -ur irqbalance-1.0.7.orig/misc/irqbalance.service irqbalance-1.0.7/misc/irqbalance.service
|
||||
--- irqbalance-1.0.7.orig/misc/irqbalance.service 2013-09-25 13:32:23.000000000 +0200
|
||||
+++ irqbalance-1.0.7/misc/irqbalance.service 2016-10-14 15:30:11.873319592 +0200
|
||||
@@ -5,6 +5,7 @@
|
||||
[Service]
|
||||
EnvironmentFile=/path/to/irqbalance.env
|
||||
ExecStart=/usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
|
||||
+LimitNOFILE=4096
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 13:31:38 UTC 2016 - msuchanek@suse.com
|
||||
|
||||
- Increase limit on file descriptors (bsc#998399) (fate#321645)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 10:11:19 UTC 2016 - schwab@suse.de
|
||||
|
||||
|
@ -26,6 +26,7 @@ Url: https://github.com/Irqbalance/irqbalance
|
||||
Source: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz
|
||||
Source3: sysconfig.irqbalance
|
||||
Patch1: fix-aarch64-support.patch
|
||||
Patch2: Set-fd-limit.patch
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: systemd-rpm-macros
|
||||
@ -45,6 +46,7 @@ being used for all IRQs.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user