Linux seems to have a default limit of 128KiB (131072) on the length of any single environment variable -- any attempt to set an envvar longer than this and then run any program will result in an 'Argument list too long' error.
This seems like it should be a configuration parameter, but I've been unable to find any way to raise it. Is there any way to increase it?
It is problematic for tools like "automake" which try to pull together long lists of files or tests in an environment variable as part of their building and testing process.