Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/bacalhau.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -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: {
Expand Down