• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to add heap memory to Tomcat 7 running as Windows service?

 
Bartender
Posts: 1971
17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having an issue trying to add heap memory to Tomcat 7 running as a windows service.

I've created two environment variables

JAVA_OPTS, and
CATALINA_OPTS

and set their values to: =-Xms512m -Xmx512m

Yet, when looking at the Tomcat Server information, these values are not reflected in the Heap display at top.

Thanks in advance how to set heap for Tomcat Service.

- mike
 
reply
    Bookmark Topic Watch Topic
  • New Topic