We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95109f5 commit f7d480bCopy full SHA for f7d480b
1 file changed
src/common/consts.h
@@ -29,7 +29,7 @@
29
// clang-format off
30
#define MAX_PERCPU_BUFSIZE (1 << 15) // set by the kernel as an upper bound
31
#define PATH_MAX 4096
32
-#define MAX_STRING_SIZE 4096 // same as PATH_MAX
+#define MAX_STRING_SIZE 16384
33
#define MAX_BYTES_ARR_SIZE 4096 // same as PATH_MAX
34
#define MAX_BUF_READ_SIZE 4096
35
#define ARGS_BUF_SIZE 32000
@@ -60,4 +60,4 @@ enum buf_idx_e
60
};
61
62
63
-#endif // __STACKPLZ_CONSTS_H__
+#endif // __STACKPLZ_CONSTS_H__
0 commit comments