Remove obsolete code that sets SHMMAXPGS to a tiny value by default
on PowerPC.
This commit is contained in:
parent
4bc59a660c
commit
2a8d51200d
@ -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…
x
Reference in New Issue
Block a user