forked from Deuxfleurs/infrastructure
[jitsi] Increase resource limit
This commit is contained in:
parent
53ebca75b6
commit
8a24f650c2
1 changed files with 6 additions and 2 deletions
|
@ -195,6 +195,10 @@ job "jitsi" {
|
||||||
video1_port = 4443
|
video1_port = 4443
|
||||||
video2_port = 10000
|
video2_port = 10000
|
||||||
}
|
}
|
||||||
|
ulimit {
|
||||||
|
nofile = "1048576:1048576"
|
||||||
|
nproc = "65536:65536"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
artifact {
|
artifact {
|
||||||
|
@ -209,8 +213,8 @@ job "jitsi" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 300
|
cpu = 900
|
||||||
memory = 500
|
memory = 1500
|
||||||
network {
|
network {
|
||||||
port "video1_port" {
|
port "video1_port" {
|
||||||
static = "4443"
|
static = "4443"
|
||||||
|
|
Loading…
Reference in a new issue