Page 1 of 1

Memory Management

PostPosted: Thu Aug 24, 2017 5:49 pm
by huber
Hi

In the Servoy Docu there is a page describing Memory Management (https://wiki.servoy.com/display/public/ ... Management)

Within this page is a chapter Auto Start: wrapper.conf which is referencing a wrapper.conf file to set memory parameters.

Where can this file be found in a server installation using a Tomcat 9 application server?

Tomcat 9 M21
Servoy 8.1.3
Java 1.8.0_144

Thanks and best regards.
Robert

Re: Memory Management

PostPosted: Thu Aug 24, 2017 11:48 pm
by erdione
if you are using a tomcat instance for war deployment these settings are tomcat install related
In windows environment for exemple it's usually an exe file in tomcat\bin\tomcat9w.exe that helps you setting up startup parameters
https://tomcat.apache.org/tomcat-9.0-doc/windows-service-howto.html

There's also a servoy webinar presented by Sean about 8.2 deployment and tomcat install, but I don't remember if memory settings are discussed in it)

Re: Memory Management

PostPosted: Fri Aug 25, 2017 10:44 am
by huber
Hi Fabrice

Thanks a lot, that was what I was looking for :-)

I noticed that it means all deployed Servoy solutions, be it WAR or .servoy solutions are sharing the same memory. There is no individual setting any more, is it?

Thanks again and best regards
Robert