Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
proxy: Lift the numbers of opened file descriptors limit
Browse files Browse the repository at this point in the history
We were hitting this limit before hitting memory limits in our density
test. Remove it. Linux still has a global limit that will apply, of
course.

Fixes: #1008
Signed-off-by: Damien Lespiau <[email protected]>
  • Loading branch information
Damien Lespiau committed Jun 23, 2017
1 parent c113749 commit 2f22de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/cc-proxy.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Documentation=https://github.com/01org/cc-oci-runtime/proxy

[Service]
ExecStart=@libexecdir@/cc-proxy
LimitNOFILE=infinity

[Install]
WantedBy=multi-user.target

0 comments on commit 2f22de2

Please sign in to comment.