mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove obsolete code that sets SHMMAXPGS to a tiny value by default
on PowerPC.
This commit is contained in:
parent
4bc59a660c
commit
2a8d51200d
1 changed files with 0 additions and 7 deletions
|
|
@ -57,13 +57,6 @@
|
|||
#define MAXSSIZ (64*1024*1024) /* max stack size */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Size of shared memory map
|
||||
*/
|
||||
#ifndef SHMMAXPGS
|
||||
#define SHMMAXPGS 1024
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The time for a process to be blocked before being very swappable.
|
||||
* This is a number of seconds which the system takes as being a non-trivial
|
||||
|
|
|
|||
Loading…
Reference in a new issue