[jbosstools-issues] [JBoss JIRA] (JBDS-2377) Hang Ups

Denis Golovin (JIRA) jira-events at lists.jboss.org
Fri Nov 9 19:55:19 EST 2012


    [ https://issues.jboss.org/browse/JBDS-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733219#comment-12733219 ] 

Denis Golovin commented on JBDS-2377:
-------------------------------------

for some reason there is no -XX:MaxPermSize in jbdevstudio.ini that means it runs with default value for MaxPermSize. Which can be obtained as:
{code}eskimo at dgolovin-desktop:~/Projects/jbds-build/devstudio-src/product$ /usr/lib/jvm/java-6-openjdk-amd64/bin/java -XX:+PrintFlagsFinal | grep MaxPermSize
    uintx MaxPermSize                               = 174063616       {pd product}
{code}
174063616b = 166m

Should we just add -XX:MaxPermSize=512m into product p2.inf as it is shown in attached patch [^p2.inf.patch]?
                
> Hang Ups
> --------
>
>                 Key: JBDS-2377
>                 URL: https://issues.jboss.org/browse/JBDS-2377
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Burr Sutter
>            Priority: Blocker
>         Attachments: 2012-11-08_1038.png, dynwebproject_hang.txt, hangup.txt, jbosstools-diagnostics-20121108115946.zip, p2.inf.patch, workspace_v6beta1.zip, workspace_v6beta1_5.zip
>
>
> Lots of hang ups on a brand new install of JBDS6 - Java 7 32-bit (selected in the installer).
> http://screencast.com/t/TblKtYtfK
> EAP6 startup hangs (seemingly though the server does start)
> Use of the HTML5 Archetype hangs
> Quit, Force Quit - in order to get back into JBDS6
> In some cases, I have reinstalled several times.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list