You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ngocdaothanh
changed the title
Reduce memory usage when collecting routes and there's no routes.cache
Optimize route collecting: Reduce memory usage when there's no routes.cache
Jan 12, 2015
1 - Problem
When running from console:
When running inside Eclipse, Eclipse will freeze the process.
When there's no routes.cache, Xitrum currently has to load all classes in classpath in order to collect routes from annotations.
When running from console:
OutOfMemoryError
, routes.cache is still created, so the next run will be OK.2 - Solution
xitrum.Action
The text was updated successfully, but these errors were encountered: