Catch stream heisenbug, initialize scheduler IRQs before smp_init (), reduce stream max size
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m29s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m29s
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <libk/std.h>
|
||||
#include <proc/suspension_q.h>
|
||||
|
||||
#define PROC_STREAM_MAX (1024 * 1024)
|
||||
#define PROC_STREAM_MAX (64 * 1024)
|
||||
|
||||
struct proc;
|
||||
struct proc_resource;
|
||||
|
||||
Reference in New Issue
Block a user