-
Bug
-
Resolution: Fixed
-
Highest
-
5.6, 5.6.1, 5.6.5
-
None
When using the Windows installer, a service is created. This service using the incorrect JVM arguments. When Confluence attempts to set up the database as part of the installation, it throws OutOfMemoryErrors as it runs out of PermGen space:
-- referer: http://localhost:8090/setup/setupstandarddb-start.action?database=mssql | url: /setup/setupstandarddb.action | userName: anonymous | action: setupstandarddb
java.lang.OutOfMemoryError: PermGen space
Workaround (follow step by step instructions)
- Use https://confluence.atlassian.com/display/CONFKB/How+to+Fix+Out+of+Memory+Errors+by+Increasing+Available+Memory#HowtoFixOutofMemoryErrorsbyIncreasingAvailableMemory-SettingPropertiesforWindowsServicesviatheWindowsRegistry to set properties for Windows service via the Windows Registry.
- Modify Parameters/Java/JvmMS to 400 in hexadecimal (1024 in decimal)
- Modify Parameters/Java/JvmMx to 400 in hexadecimal (1024 in decimal)
- Modify Parameters/Java/Options and add -XX:MaxPermSize=256m as the first line.
- Restart Confluence
- is caused by
-
CONFSERVER-25425 Support Tomcat 7
- Closed
- is duplicated by
-
CONFSERVER-35036 Windows 64 bit installer fails activation
- Closed
- is related to
-
CONFSERVER-34809 The Confluence Windows installer creates a service with incorrect JVM arguments
- Closed
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...