How big is your app (how many entities, views, sp's..., how many winforms or webforms, how many resources files) ?
What TemplateSet (_Adpater | SelfServicing_) are you using?
Northwind app (in Adapter mode) final assemblies with their dependencies not exceed the 753,664 bytes. Also the GUI (With LLBLGen GUI Templates and all the bin necessaries) hold about 4.10 MB.
Also you can read the LLBLGenPro Help - Using the designer - Generating code - Task queue to execute tab, as you can disable some tasks you are not using (please be careful with this
, always do a BK).