mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257426
@ -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 New Issue
Block a user