Hi all,

A general question. DF 19.0, MSSQL, WebApp

Our application is very large, with a lot of functionality etc, and our DB also is very large with over 350 tables.
The webapp.exe consumes, right after start, around 260MB.
If the customer DB contains alot of data (we are talking 10-25 GB), the size of the webapp.exe grows quite a bit, right now on one customer it is around 370MB.

This is waaaay to large for us. We are trying to move our customers from a on premisis Windows based application, to our own web based cloud enviroment. With 5-10 instances of each webapp (many users...), we are consuming memory like no one has seen before! :-) Also, it takes forever to restart one webapp, not to mention the entire service!

As of right now, we have around 3-4 customers per server, running three servers (and a separate SQL server).

So my quesions are:
  • What can we do to keep the size of the .exe-files down? We need to really start consider minimizing our code somehow.
  • Can we also somehow make sure that the size of the exe doesn't grow so much if running a large db?


Thankful for all input!