Home
last modified time | relevance | path

Searched refs:sc_arg_max (Results 1 – 1 of 1) sorted by relevance

/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dhelpers.py30 sc_arg_max = os.sysconf('SC_ARG_MAX') variable
31 if sc_arg_max == -1: # "no definite limit" - let's choose 2M
32 sc_arg_max = 2 * 1024 * 1024 variable
355 def batchpipe(command, args, preexec_fn=None, arg_max=sc_arg_max):