Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Roque
slapos
Commits
16d90017
Commit
16d90017
authored
Feb 18, 2021
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
galene: increase limit of open files for galene process
parent
93d4fc40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
software/galene/buildout.hash.cfg
software/galene/buildout.hash.cfg
+1
-1
software/galene/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 @@
...
@@ -15,4 +15,4 @@
[instance-cfg]
[instance-cfg]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum =
270b39f448ec553fa9e203c5fbb49856
md5sum =
cbdcd434f4e31687caa4771e427136c4
software/galene/instance.cfg.in
View file @
16d90017
...
@@ -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}
...
...
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