.. | .. |
---|
35 | 35 | * (u64) THREAD_SIZE * 8UL); |
---|
36 | 36 | * |
---|
37 | 37 | * If you need less than 50 threads would mean we're dealing with systems |
---|
38 | | - * smaller than 3200 pages. This assuems you are capable of having ~13M memory, |
---|
39 | | - * and this would only be an be an upper limit, after which the OOM killer |
---|
40 | | - * would take effect. Systems like these are very unlikely if modules are |
---|
41 | | - * enabled. |
---|
| 38 | + * smaller than 3200 pages. This assumes you are capable of having ~13M memory, |
---|
| 39 | + * and this would only be an upper limit, after which the OOM killer would take |
---|
| 40 | + * effect. Systems like these are very unlikely if modules are enabled. |
---|
42 | 41 | */ |
---|
43 | 42 | #define MAX_KMOD_CONCURRENT 50 |
---|
44 | 43 | static atomic_t kmod_concurrent_max = ATOMIC_INIT(MAX_KMOD_CONCURRENT); |
---|