mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The limit for the swap space is spelled 'swapsize', at least since
tcsh 6.17.00 import. Submitted by: Stefan Neudorf PR: bin/183480 MFC after: 1 week
This commit is contained in:
parent
a1a4cbea58
commit
83bce6073a
1 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ static struct {
|
|||
{ "limit%s sbsize %s", ";\n", 1 },
|
||||
{ "limit%s vmemoryuse %s", ";\n", 1024 },
|
||||
{ "limit%s pseudoterminals %s", ";\n", 1 },
|
||||
{ "limit%s swapuse %s", ";\n", 1024 },
|
||||
{ "limit%s swapsize %s", ";\n", 1024 },
|
||||
{ "limit%s kqueues %s", ";\n", 1 },
|
||||
}
|
||||
},
|
||||
|
|
@ -160,7 +160,7 @@ static struct {
|
|||
{ "limit%s sbsize %s", ";\n", 1 },
|
||||
{ "limit%s vmemoryuse %s", ";\n", 1024 },
|
||||
{ "limit%s pseudoterminals %s", ";\n", 1 },
|
||||
{ "limit%s swapuse %s", ";\n", 1024 },
|
||||
{ "limit%s swapsize %s", ";\n", 1024 },
|
||||
{ "limit%s kqueues %s", ";\n", 1 },
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue