I am trying to run undertow application on arm based embedded linux board. But
the undertow sample application ( undertow-examples.jar build it from https://github.com/undertow-io/undertow git repository ) taking around 40 MB of RAM. Using oracle embedded java SE (ejdk1.8.0_171).
How can i reduce RAM usage of undertow server application.
Is it possible to run the undertow application on the 32 MB system.