intersystems / intersystems/ipm

Slow install of modules

Open
#1,078 2 comments 0 reactions 0 assignees View on GitHub
prio: medium
Dominant language
ObjectScript
Stars
41
Forks
29
Avg merge
23h 54m
Merged PRs (30d)
4

Description

HS developers have encountered slow installs of modules, particularly isc.json and healthconnect.common, which can take upwards of 4 hours.

The issue was first brought to our attention with IRIS kits using IPM v0.10.5

The current workaround is to include hidden flags `-DNoTransaction=1 -DNoJournal=1`

So, if installing healthconnect.common in dev mode, the full command is:
`install healthconnect.common -dev -DNoTransaction=1 -DNoJournal=1 `

This brings down install time from several hours to a couple of minutes (under 2 minutes).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.