Loading drivers/tty/tty_buffer.c +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ * Byte threshold to limit memory consumption for flip buffers. * The actual memory limit is > 2x this amount. */ #define TTYB_DEFAULT_MEM_LIMIT 65536 #define TTYB_DEFAULT_MEM_LIMIT 131072 /* * We default to dicing tty buffer allocations to this many characters Loading Loading
drivers/tty/tty_buffer.c +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ * Byte threshold to limit memory consumption for flip buffers. * The actual memory limit is > 2x this amount. */ #define TTYB_DEFAULT_MEM_LIMIT 65536 #define TTYB_DEFAULT_MEM_LIMIT 131072 /* * We default to dicing tty buffer allocations to this many characters Loading