hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/kernel/kmod.c
....@@ -35,10 +35,9 @@
3535 * (u64) THREAD_SIZE * 8UL);
3636 *
3737 * 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.
4241 */
4342 #define MAX_KMOD_CONCURRENT 50
4443 static atomic_t kmod_concurrent_max = ATOMIC_INIT(MAX_KMOD_CONCURRENT);