-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading included libraries can increase OpenStudio Application Launch Time to 20 minutes #289
Comments
When I quit and launched again 7 minute load time went up to 9 minutes, so maybe that is how the other user had gotten to 20? Not sure what would cause it to get progressively slower. |
If you add both libraries while looking at the console output with Debug log level, the "problem" is quite clear giving the extremely large number of warnings that pop up very very very fast: It's the duplicated names... Here's a very tiny extract:
|
Enhancement Request
I was working with someone who saw 20 minute launch time because of 90.1 2010 and 2013 libraries were loaded.
Detailed Description
I expected to find the library files were older version of OpenStudio but they were up to date. Maybe issue is having two libraries open that may have duplicate object names. (I confirmed some kind of negative interaction. 2010 or 2013 on their own results in OS App load time of about 20 seconds. Both together results in just under 7 minutes to launch)
Possible Implementation
Maybe warn users about loading multiple non-default libraries, or break into smaller building type and template specific files.
I generally just have users use the DOE or DEER version of space type and construction set wizard measures which will build on the fly for specified building type, space type, and template/vintage combination.
The text was updated successfully, but these errors were encountered: