intersystems / intersystems/ipm
Slow install of modules
Open
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
Assessment
This issue has not been assessed yet.