diff --git a/debian/control b/debian/control
index 86777cef9ac255097e2e219dc3b10e7445d3b159..742a7b51b5d117e20360978f38de36cad03a8a23 100644
--- a/debian/control
+++ b/debian/control
@@ -53,7 +53,7 @@ Package: tarantool
 Architecture: i386 amd64 armhf arm64
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, binutils, libgomp1,
- libyaml-0-2, openssl, tarantool-common (>= 1.7.3.716)
+ libyaml-0-2, openssl, tarantool-common (>= 1.7.4.47)
 Replaces: tarantool-lts
 Conflicts: tarantool-lts-modules,
  tarantool-lts-postgresql-module,
diff --git a/extra/dist/tarantool@.service.in b/extra/dist/tarantool@.service.in
index 6905e3bf0d9f44c893d629da6d92b667e9854b53..948e533b51f71de28f46c59b5ace3ad8f5baa506 100644
--- a/extra/dist/tarantool@.service.in
+++ b/extra/dist/tarantool@.service.in
@@ -5,7 +5,7 @@
 # place a drop-in file name.conf there that only changes the specific
 # settings one is interested in.
 #
-# For example, if you want to increase the maximum number of open files
+# For example, if you want to change the maximum number of open files
 # for example.lua instance, you need to perform the following steps:
 #
 # 1. Create directory /etc/systemd/system/tarantool@example.service.d/ with
@@ -44,6 +44,8 @@ User=@TARANTOOL_USER@
 Group=@TARANTOOL_USER@
 # Disable OOM killer
 OOMScoreAdjust=-1000
+# Increase fd limit for Vinyl
+LimitNOFILE=65535
 
 ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/tarantoolctl start %I
 ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/tarantoolctl stop %I