2025-11-11 16:13:00
#GNU findutils help:
> ‘environment is too large for exec’
>
> This message means that you have so many environment variables set (or such large values for them) that there is no room within the system-imposed limits on program command line argument length to invoke any program. This is an unlikely situation and is more likely result of an attempt to test the limits of xargs, or break it. Please try unsetting some environment variables, or exiting the current shell. You can also use ‘xargs --show-limits’ to understand the relevant sizes.
Okay, let's check:
$ xargs --show-limits
xargs: environment is too large for exec
🤦
