diff --git a/docker/server/start-server.sh b/docker/server/start-server.sh index c9cded9bf..a73dcf341 100755 --- a/docker/server/start-server.sh +++ b/docker/server/start-server.sh @@ -11,7 +11,7 @@ cd /opt/openstudio/server && bundle exec rake db:mongoid:create_indexes # The memfix-controller seems to have causes some issues with NRCan, need to revisit. # https://github.com/NREL/OpenStudio-server/issues/348 -ruby /usr/local/lib/memfix-controller.rb start +#ruby /usr/local/lib/memfix-controller.rb start # AP hack for now to ensure both resque and nginx/rails are running on web. # Note that this will only run the analysis background queue as it is set in the docker-compose env file.