[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Changing PASOE heap size (jvm properties for Xmx)

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
FYI When tcman is used to register a PASOE instance as a windows service it uses a tool provided by Tomcat that allows running a JVM instance as a service. Tool is called procrun. This tools writes the properties into the Windows registray at HKLM/Software/WOW6432Node/Apache Software Foundation/Procrun 2.0/ If you dig through the sub tree nodes using regedit you'll see all the java startup parameter switches, including -D and environment variables are extracted out of the config files by procrun. Doc is here: commons.apache.org/.../procrun.html

Continue reading...
 
Status
Not open for further replies.
Back
Top