[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Android Termux: incorrect report of maximal usable size of command
From: |
Antonin Décimo |
Subject: |
Android Termux: incorrect report of maximal usable size of command |
Date: |
Tue, 27 Aug 2024 16:47:52 +0200 |
Using GNU parallel 20240822 on Android Termux (Android API level 35,
latest Termux), I get
$ parallel --show-limits
Maximal size of command: 81
Maximal usable size of command: -1459
and
$ echo | parallel
parallel: Error: Command line too long (0 >= -1459) at input 0:
The same on macOS packaged by Homebrew shows:
$ parallel --show-limits
Maximal size of command: 1045224
Maximal usable size of command: 521112
parallel seems unable to parse command-line arguments on Termux.
Thanks!
-- Antonin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Android Termux: incorrect report of maximal usable size of command,
Antonin Décimo <=