How is the Business Logic deployment limit calculated?

The billing page displays that we’re using 27MB and the limit is 20MB.
How is this limit calculated? I uninstalled some npm modules and re-deployed but the 27MB reported stayed exactly the same.
Otherwise the services deployed are less than 200 lines of code, so I doubt the problem is there?

Hi Akseli,

The calculation takes into account all the npm dependencies of your code. You can see what’s in the deployment by going to the Files section of Backendless Console and see the /servercode directory to understand what’s currently deployed.

Regards,
Mark

1 Like