update dep (gmhive_worker), bump zomp version (0.4.0)

This commit is contained in:
Ulf Wiger
2025-05-24 12:04:56 +02:00
parent c1bb026cb4
commit 5604bef707
5 changed files with 9 additions and 14 deletions
+2 -7
View File
@@ -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.">>,