Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
74
Merge Requests
74
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
16d90017
Commit
16d90017
authored
Feb 18, 2021
by
Thomas Gambier
🚴🏼
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
galene: increase limit of open files for galene process
parent
93d4fc40
Pipeline
#13729
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
buildout.hash.cfg
software/galene/buildout.hash.cfg
+1
-1
instance.cfg.in
software/galene/instance.cfg.in
+11
-8
No files found.
software/galene/buildout.hash.cfg
View file @
16d90017
...
...
@@ -15,4 +15,4 @@
[instance-cfg]
filename = instance.cfg.in
md5sum =
270b39f448ec553fa9e203c5fbb49856
md5sum =
cbdcd434f4e31687caa4771e427136c4
software/galene/instance.cfg.in
View file @
16d90017
...
...
@@ -67,17 +67,20 @@ input = inline:{
output = $${directory:groups}/public.json
[galene-wrapper]
recipe =
slapos.cookbook:wrapper
recipe =
collective.recipe.template
port = 8443
ip = $${slap-configuration:ipv6-random}
command-line =
${galene:location}/bin/galene
-static ${galene-repository:location}/static
-recordings $${directory:recordings}
-groups $${directory:groups}
-data $${directory:data}
input = inline:
#!/bin/bash
ulimit -n $(ulimit -Hn)
exec ${galene:location}/bin/galene \
-static ${galene-repository:location}/static \
-recordings $${directory:recordings} \
-groups $${directory:groups} \
-data $${directory:data} \
-http [$${:ip}]:$${:port}
wrapper-path = $${directory:services}/galene
output = $${directory:services}/galene
mode = 0755
depends =
$${ice-servers.json:recipe}
$${groups-json:recipe}
...
...
Julien Muchembled
@jm
mentioned in commit
7ae22318
·
Feb 24, 2021
mentioned in commit
7ae22318
mentioned in commit 7ae223180e8f6e915c1a3916d82dbcf9a05d1329
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment