Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 2
    So it looks like this is dynamically obtained, by running true xxxx...x (with x repeated a varying number of times in a binary search). The limit comes from outside parallel, from your shell, perhaps, or OS-level limits Commented Apr 10, 2019 at 9:15
  • @StefanosKargas Can you say a little about why you need the limit lifted? What are you trying to do? Commented Apr 10, 2019 at 19:08
  • I am using it to echo JSON messages coming from a server. And there are messages that reach over 1,5 MB each. The messages I cannot control. They belong to a 3rd party API Commented Apr 11, 2019 at 12:42
  • @StefanosKargas Try explaining that in a separate question. I believe --pipe may be able to fix that for you. Commented Apr 11, 2019 at 22:44