Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Every command should be run using an Administrator Console, and relative to the ${aspire.home} directory.

  1. Change the $aspire.home}\bin\installService.bat file to reflect the memory settings you want to use. In the example below we are setting the memory as 32 GB

    Code Block
    languagepowershell
    themeConfluence
    firstline5
    linenumberstrue
    rem Initial Java heap size
    set JAVA_INITIAL_MEMORY=32768
    
    rem Maximum  Java heap size
    set JAVA_MAX_MEMORY=32768
  2. Stop the service from the Services Window
  3. Remove the service by executing

    Code Block
    themeFadeToGrey
    > bin\removeService.bat
    Windows Service Name:  AspireService
    
    [SC] DeleteService SUCCESS
    Service AspireService deleted.
    
    > 
    
    
  4. Reinstall the service

    Code Block
    themeFadeToGrey
    > bin\installService.bat
    "JAVA 8"
    Current System Architecture: AMD64
    Windows Service Name:  AspireService
    Aspire Home:  C:\Users\aaguilar\Distributions\aspire-3.0
    
    Java VM:  C:\Program Files\Java\jdk1.8.0_73\jre\bin\server\jvm.dll
    Creating Service...
    
    
    Service AspireService created.
    
    > 

...