Closed karthikrg closed 1 year ago
@rougsig do you know why my test is failing. It says internal error and I don't seem to have access to check more?
One moment.
No logs. Looks like github problem. Restarted it.
@rougsig I fixed the test and the codenarc failure, can you please rerun the workflow?
@karthikrg done
@rougsig Thank you. All checks passed. If it looks ok, can you review please?
Various operating systems impose command length limits that are far short of the current Integer.MAX_VALUE default. For example, on MacOS 12.6.2,
getconf ARG_MAX
returns1048576
.Hence set a reasonable default command line length limit of 64k.