mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
increase /proc/stat read buffer
This commit is contained in:
parent
733f070ddd
commit
e8c335b60a
2
udevd.c
2
udevd.c
@ -313,7 +313,7 @@ static void msg_queue_insert(struct uevent_msg *msg)
|
|||||||
static int running_processes(void)
|
static int running_processes(void)
|
||||||
{
|
{
|
||||||
int f;
|
int f;
|
||||||
static char buf[4096];
|
static char buf[32768];
|
||||||
int len;
|
int len;
|
||||||
int running;
|
int running;
|
||||||
const char *pos;
|
const char *pos;
|
||||||
|
Loading…
Reference in New Issue
Block a user