From 661d256cd7811e2385e6d832a69aefa79d23ccee Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Wed, 3 May 2023 09:32:44 +0200 Subject: [PATCH] Update `bacalhau` to `v0.3.29` --- lib/bacalhau.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/bacalhau.js b/lib/bacalhau.js index 93bcdae3..b563c42a 100644 --- a/lib/bacalhau.js +++ b/lib/bacalhau.js @@ -4,7 +4,7 @@ import { fetch } from 'undici' import * as Sentry from '@sentry/node' import { installBinaryModule, getBinaryModuleExecutable } from './modules.js' -const DIST_TAG = 'v0.3.28' +const DIST_TAG = 'v0.3.29' export async function install () { await installBinaryModule({ @@ -46,8 +46,8 @@ export async function start ({ // Limit resources '--limit-total-cpu=1', '--limit-total-gpu=0', - '--limit-total-memory=200Mb' - // '--disable-engine=docker' (not yet released) + '--limit-total-memory=200Mb', + '--disable-engine=docker' ], { env: {