Commit 16d90017 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

galene: increase limit of open files for galene process

parent 93d4fc40
Pipeline #13729 failed with stage
in 0 seconds
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
[instance-cfg] [instance-cfg]
filename = instance.cfg.in filename = instance.cfg.in
md5sum = 270b39f448ec553fa9e203c5fbb49856 md5sum = cbdcd434f4e31687caa4771e427136c4
...@@ -67,17 +67,20 @@ input = inline:{ ...@@ -67,17 +67,20 @@ input = inline:{
output = $${directory:groups}/public.json output = $${directory:groups}/public.json
[galene-wrapper] [galene-wrapper]
recipe = slapos.cookbook:wrapper recipe = collective.recipe.template
port = 8443 port = 8443
ip = $${slap-configuration:ipv6-random} ip = $${slap-configuration:ipv6-random}
command-line = input = inline:
${galene:location}/bin/galene #!/bin/bash
-static ${galene-repository:location}/static ulimit -n $(ulimit -Hn)
-recordings $${directory:recordings} exec ${galene:location}/bin/galene \
-groups $${directory:groups} -static ${galene-repository:location}/static \
-data $${directory:data} -recordings $${directory:recordings} \
-groups $${directory:groups} \
-data $${directory:data} \
-http [$${:ip}]:$${:port} -http [$${:ip}]:$${:port}
wrapper-path = $${directory:services}/galene output = $${directory:services}/galene
mode = 0755
depends = depends =
$${ice-servers.json:recipe} $${ice-servers.json:recipe}
$${groups-json:recipe} $${groups-json:recipe}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment