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).
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=1So, if installing healthconnect.common in dev mode, the full command is:
install healthconnect.common -dev -DNoTransaction=1 -DNoJournal=1This brings down install time from several hours to a couple of minutes (under 2 minutes).