update dep (gmhive_worker), bump zomp version (0.4.0)
This commit is contained in:
@@ -73,13 +73,8 @@ workers() ->
|
||||
#{executable =>
|
||||
str(#{default => <<"mean29-generic">>,
|
||||
description =>
|
||||
<<"Executable binary of the worker. Options are: \"mean29-generic\""
|
||||
" (memory-intensive), "
|
||||
"\"mean29-avx2\" (memory-intensive, benefits from faster CPU supporting"
|
||||
" AVX2 instructions), "
|
||||
"\"lean29-generic\" (CPU-intensive, useful if memory-constrained), "
|
||||
"\"lean29-avx2\" (CPU-intensive, useful if memory-constrained, benefits "
|
||||
"from faster CPU supporting AVX2 instructions).">>}),
|
||||
<<"Executable binary of the worker. Can be a fully qualified path, \n"
|
||||
"but the software may apply default logic to locate a plain basename.">>}),
|
||||
extra_args =>
|
||||
str(#{description => <<"Extra arguments to pass to the worker executable binary. "
|
||||
"The safest choice is specifying no arguments i.e. empty string.">>,
|
||||
|
||||
Reference in New Issue
Block a user