[JBoss JIRA] (FORGE-1699) High CPU consumption on Windows and Linux
by Esteve Aviles (JIRA)
[ https://issues.jboss.org/browse/FORGE-1699?page=com.atlassian.jira.plugin... ]
Esteve Aviles edited comment on FORGE-1699 at 4/7/14 4:02 PM:
--------------------------------------------------------------
Lincoln,
Tab suggestion feature seams faster, but CPU gets high.
I upload a screenshot where you can see CPU graph and consuming time when pasting this command in the forge console:
jpa-new-entity --targetPackage cat.tmb.tdo.ocicommerce.model.venda --named Liquidacio --idStrategy SEQUENCE
jpa-new-field --named codi --type String
jpa-new-field --named codiElectronic --type String
jpa-new-field --named serveiVenda --type ServeiVenda
jpa-new-field --named importSegonsVendes --type BigDecimal
jpa-new-field --named importSegonsComptatge --type BigDecimal
jpa-new-field --named dataHoraLiquidacio --type Date
jpa-new-field --named observacions --type String
!forgecommand.png!
Regards,
Esteve
was (Author: esteve):
Lincoln,
Tab suggestion feature seams faster, but CPU gets high.
I upload a screenshot where you can see CPU graph and consuming time when pasting this command in the forge console:
jpa-new-entity --targetPackage cat.tmb.tdo.ocicommerce.model.venda --named Liquidacio --idStrategy SEQUENCE
jpa-new-field --named codi --type String
jpa-new-field --named codiElectronic --type String
jpa-new-field --named serveiVenda --type ServeiVenda
jpa-new-field --named importSegonsVendes --type BigDecimal
jpa-new-field --named importSegonsComptatge --type BigDecimal
jpa-new-field --named dataHoraLiquidacio --type Date
jpa-new-field --named observacions --type String
Regards,
Esteve
> High CPU consumption on Windows and Linux
> -----------------------------------------
>
> Key: FORGE-1699
> URL: https://issues.jboss.org/browse/FORGE-1699
> Project: Forge
> Issue Type: Quality Risk
> Components: UI - Shell
> Affects Versions: 2.3.0.Final
> Environment: Windows 7 32 bits 4 GB RAM
> Linux Fedora 19 64bits 4 GB RAM
> Reporter: Esteve Aviles
> Assignee: Lincoln Baxter III
> Fix For: 2.4.1.Final
>
> Attachments: forgecommand.png, image.jpg
>
>
> CPU usage is very high when executing a command in Forge Shell.
> I attach an image of CPU consumption.
> Tried both Windows (at work) and Linux with the same result.
--
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
10 years, 9 months
[JBoss JIRA] (FORGE-1699) High CPU consumption on Windows and Linux
by Esteve Aviles (JIRA)
[ https://issues.jboss.org/browse/FORGE-1699?page=com.atlassian.jira.plugin... ]
Esteve Aviles commented on FORGE-1699:
--------------------------------------
Lincoln,
Tab suggestion feature seams faster, but CPU gets high.
I upload a screenshot where you can see CPU graph and consuming time when pasting this command in the forge console:
jpa-new-entity --targetPackage cat.tmb.tdo.ocicommerce.model.venda --named Liquidacio --idStrategy SEQUENCE
jpa-new-field --named codi --type String
jpa-new-field --named codiElectronic --type String
jpa-new-field --named serveiVenda --type ServeiVenda
jpa-new-field --named importSegonsVendes --type BigDecimal
jpa-new-field --named importSegonsComptatge --type BigDecimal
jpa-new-field --named dataHoraLiquidacio --type Date
jpa-new-field --named observacions --type String
Regards,
Esteve
> High CPU consumption on Windows and Linux
> -----------------------------------------
>
> Key: FORGE-1699
> URL: https://issues.jboss.org/browse/FORGE-1699
> Project: Forge
> Issue Type: Quality Risk
> Components: UI - Shell
> Affects Versions: 2.3.0.Final
> Environment: Windows 7 32 bits 4 GB RAM
> Linux Fedora 19 64bits 4 GB RAM
> Reporter: Esteve Aviles
> Assignee: Lincoln Baxter III
> Fix For: 2.4.1.Final
>
> Attachments: image.jpg
>
>
> CPU usage is very high when executing a command in Forge Shell.
> I attach an image of CPU consumption.
> Tried both Windows (at work) and Linux with the same result.
--
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
10 years, 9 months
[JBoss JIRA] (FORGE-1729) Test harness should set the Configuration directory to use the test temp dir by default
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1729?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III reassigned FORGE-1729:
-----------------------------------------
Assignee: Lincoln Baxter III
> Test harness should set the Configuration directory to use the test temp dir by default
> ---------------------------------------------------------------------------------------
>
> Key: FORGE-1729
> URL: https://issues.jboss.org/browse/FORGE-1729
> Project: Forge
> Issue Type: Enhancement
> Components: Configuration
> Affects Versions: 2.3.0.Final
> Reporter: Lincoln Baxter III
> Assignee: Lincoln Baxter III
> Fix For: 2.x Future
>
>
> Currently the UserConfiguration references the current users home directory while running tests - it should use the available system property while running tests in order to direct the config dir to a temp location for that test execution:
> {code}
> static final String USER_CONFIG_PATH = "org.jboss.forge.addon.configuration.USER_CONFIG_PATH";
> String property = System.getProperty(USER_CONFIG_PATH);{code}
--
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
10 years, 9 months
[JBoss JIRA] (FORGE-1729) Test harness should set the Configuration directory to use the test temp dir by default
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1729?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III closed FORGE-1729.
-------------------------------------
Fix Version/s: 2.4.2.Final
(was: 2.x Future)
Resolution: Done
Done. Also implemented Furnace.isTestMode() to support
> Test harness should set the Configuration directory to use the test temp dir by default
> ---------------------------------------------------------------------------------------
>
> Key: FORGE-1729
> URL: https://issues.jboss.org/browse/FORGE-1729
> Project: Forge
> Issue Type: Enhancement
> Components: Configuration
> Affects Versions: 2.3.0.Final
> Reporter: Lincoln Baxter III
> Assignee: Lincoln Baxter III
> Fix For: 2.4.2.Final
>
>
> Currently the UserConfiguration references the current users home directory while running tests - it should use the available system property while running tests in order to direct the config dir to a temp location for that test execution:
> {code}
> static final String USER_CONFIG_PATH = "org.jboss.forge.addon.configuration.USER_CONFIG_PATH";
> String property = System.getProperty(USER_CONFIG_PATH);{code}
--
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
10 years, 9 months
[JBoss JIRA] (FORGE-1699) High CPU consumption on Windows and Linux
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1699?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1699:
-------------------------------------------
Could you please check to see if this issue still occurs in Forge 2.4.1.Final ?
Thank you!
~Lincoln
> High CPU consumption on Windows and Linux
> -----------------------------------------
>
> Key: FORGE-1699
> URL: https://issues.jboss.org/browse/FORGE-1699
> Project: Forge
> Issue Type: Quality Risk
> Components: UI - Shell
> Affects Versions: 2.3.0.Final
> Environment: Windows 7 32 bits 4 GB RAM
> Linux Fedora 19 64bits 4 GB RAM
> Reporter: Esteve Aviles
> Assignee: Lincoln Baxter III
> Attachments: image.jpg
>
>
> CPU usage is very high when executing a command in Forge Shell.
> I attach an image of CPU consumption.
> Tried both Windows (at work) and Linux with the same result.
--
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
10 years, 9 months