Closed lumjjb closed 6 years ago
There is a limit on nabla-run command line. This is a problems when there are many inputs (for example, many environment variables), which makes the rumprun command line string very long.
We should find out what the best way to pass this information in is. And if the commandline is the right way, then the limit should be bigger (perhaps it should be on the same scale as shell ARG_MAXs https://serverfault.com/questions/163371/linux-command-line-character-limit)
ARG_MAX
We should definitely not be limited to 8192 Bytes. Will find out where that is coming from.
@ricarkol do you mind updating the submodule reference? Thanks!
https://github.com/nabla-containers/runnc/pull/52
There is a limit on nabla-run command line. This is a problems when there are many inputs (for example, many environment variables), which makes the rumprun command line string very long.
We should find out what the best way to pass this information in is. And if the commandline is the right way, then the limit should be bigger (perhaps it should be on the same scale as shell
ARG_MAX
s https://serverfault.com/questions/163371/linux-command-line-character-limit)