diff --git a/src/sigar_format.c b/src/sigar_format.c index 4bbf58db..e3adbb54 100644 --- a/src/sigar_format.c +++ b/src/sigar_format.c @@ -37,7 +37,7 @@ #include /* sysconf(_SC_GET{PW,GR}_R_SIZE_MAX) */ -#define R_SIZE_MAX 1024 +#define R_SIZE_MAX 2048 int sigar_user_name_get(sigar_t *sigar, int uid, char *buf, int buflen) {