Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.5.4
-
Fix Version/s: 0.5.4
-
Component/s: Chef Server
-
Labels:None
-
Environment:
any
Description
Chef-server sets reload_classes true, causing massive slowness in production environments. Should be set to false in init.rb.
Activity
- All
- Comments
- History
- Activity
- Transitions
- Source
We now set reload_classes to false, since we don't want to be doing this in any case - the typical development cycle is a rake install followed by restarting the chef-server anyway, and this is the right thing for production.