Hello, I have one large project developed with Rails. It is used by some clients. But one of my clients want some sort of customization. As is is based in the main project, I''m using Engines to make this client''s changes. I did this: - created an empty project - created a symlink to the main project in /vendor/plugins/ - installed engines - put: config.plugins = ["engines", "*"] (in environment.rb) Works fine. But I noticed that when I run it (using mongrel cluster) that it uses about twice the memory used by the original project. As the modified project is almost empty, I think that this memory increase is caused by Engines. Is this normal, or I made something wrong ?? Thanks Marcello Parra --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---