[jira] [Commented] (GROOVY-10232) Massive increase in memory usage due to CacheableCallSite

2022-01-10 Thread Emond Papegaaij (Jira)


[ 
https://issues.apache.org/jira/browse/GROOVY-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17471824#comment-17471824
 ] 

Emond Papegaaij commented on GROOVY-10232:
--

I can also confirm that the memory usage has dropped back to what it was in 
groovy 2. Do you have any idea when we can expect a 3.0.10 release with this 
fix?

> Massive increase in memory usage due to CacheableCallSite
> -
>
> Key: GROOVY-10232
> URL: https://issues.apache.org/jira/browse/GROOVY-10232
> Project: Groovy
>  Issue Type: Bug
>  Components: groovy-runtime
>Affects Versions: 3.0.9
>Reporter: Emond Papegaaij
>Assignee: Daniel Sun
>Priority: Major
> Fix For: 3.0.10, 4.0.0-rc-3
>
> Attachments: Screenshot_20210913_161502.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When upgrading our tests from Spock 1.3 with Groovy 2.5 to Spock 2.0 with 
> Groovy 3.0.9, we are seeing issue with memory usage caused by 
> CacheableCallSite. This memory seems to be retained in classes and is 
> therefore never freed. A single Spock test class can take as much as 150mb 
> memory. The total amount of memory sums up to several gigabytes of additional 
> memory, causing our tests to take about 3 times as much memory as with Spock 
> 1.3 and Groovy 2.5.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (GROOVY-10232) Massive increase in memory usage due to CacheableCallSite

2021-11-19 Thread Emond Papegaaij (Jira)


[ 
https://issues.apache.org/jira/browse/GROOVY-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17446419#comment-17446419
 ] 

Emond Papegaaij commented on GROOVY-10232:
--

[~paulk] It's not just Spock, but our entire infrastructure to run tests. Our 
tests are based on Arquillian, so for Groovy 4 to work, I will need to update 
our integration for Spock and Arquillian 
(https://github.com/topicusonderwijs/arquillian-testrunner-spock/tree/spock-2.0-junit5)
 as well. Also, because the maven coordinates have changed, this will need to 
be changed in our packaging as well, because Arquillian will need to know which 
classes to include with the tests to run. As you might understand, this will 
require a significant effort and the results will not be entirely reliable, 
because it's all based on experimental releases and things that are not built 
to work together.

The patch applies cleanly on the GROOVY_3.0.X branch, so I did a run with that 
version. It looks like the problem is fixed. I've reduced the memory settings 
to the values we used for Groovy 2.5 and no longer get an OutOfMemoryError.

> Massive increase in memory usage due to CacheableCallSite
> -
>
> Key: GROOVY-10232
> URL: https://issues.apache.org/jira/browse/GROOVY-10232
> Project: Groovy
>  Issue Type: Bug
>  Components: groovy-runtime
>Affects Versions: 3.0.9
>Reporter: Emond Papegaaij
>Priority: Major
> Attachments: Screenshot_20210913_161502.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When upgrading our tests from Spock 1.3 with Groovy 2.5 to Spock 2.0 with 
> Groovy 3.0.9, we are seeing issue with memory usage caused by 
> CacheableCallSite. This memory seems to be retained in classes and is 
> therefore never freed. A single Spock test class can take as much as 150mb 
> memory. The total amount of memory sums up to several gigabytes of additional 
> memory, causing our tests to take about 3 times as much memory as with Spock 
> 1.3 and Groovy 2.5.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (GROOVY-10232) Massive increase in memory usage due to CacheableCallSite

2021-11-18 Thread Emond Papegaaij (Jira)


[ 
https://issues.apache.org/jira/browse/GROOVY-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17445919#comment-17445919
 ] 

Emond Papegaaij commented on GROOVY-10232:
--

Our tests are built with Spock, which is not compatible with groovy 4. Any 
chance this will be backported to 3? I'd be more than happy to give it a try if 
you can provide me with maven artifacts for a patched Groovy 3 SNAPSHOT. The 
link to the SNAPSHOT build on github does not seem to contain any maven 
artifacts.

> Massive increase in memory usage due to CacheableCallSite
> -
>
> Key: GROOVY-10232
> URL: https://issues.apache.org/jira/browse/GROOVY-10232
> Project: Groovy
>  Issue Type: Bug
>  Components: groovy-runtime
>Affects Versions: 3.0.9
>Reporter: Emond Papegaaij
>Priority: Major
> Attachments: Screenshot_20210913_161502.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When upgrading our tests from Spock 1.3 with Groovy 2.5 to Spock 2.0 with 
> Groovy 3.0.9, we are seeing issue with memory usage caused by 
> CacheableCallSite. This memory seems to be retained in classes and is 
> therefore never freed. A single Spock test class can take as much as 150mb 
> memory. The total amount of memory sums up to several gigabytes of additional 
> memory, causing our tests to take about 3 times as much memory as with Spock 
> 1.3 and Groovy 2.5.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (GROOVY-10232) Massive increase in memory usage due to CacheableCallSite

2021-09-16 Thread Emond Papegaaij (Jira)


 [ 
https://issues.apache.org/jira/browse/GROOVY-10232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emond Papegaaij updated GROOVY-10232:
-
Summary: Massive increase in memory usage due to CacheableCallSite  (was: 
Massive increase in memory due to CacheableCallSite)

> Massive increase in memory usage due to CacheableCallSite
> -
>
> Key: GROOVY-10232
> URL: https://issues.apache.org/jira/browse/GROOVY-10232
> Project: Groovy
>  Issue Type: Bug
>  Components: groovy-runtime
>Affects Versions: 3.0.9
>Reporter: Emond Papegaaij
>Priority: Major
> Attachments: Screenshot_20210913_161502.png
>
>
> When upgrading our tests from Spock 1.3 with Groovy 2.5 to Spock 2.0 with 
> Groovy 3.0.9, we are seeing issue with memory usage caused by 
> CacheableCallSite. This memory seems to be retained in classes and is 
> therefore never freed. A single Spock test class can take as much as 150mb 
> memory. The total amount of memory sums up to several gigabytes of additional 
> memory, causing our tests to take about 3 times as much memory as with Spock 
> 1.3 and Groovy 2.5.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (GROOVY-10232) Massive increase in memory due to CacheableCallSite

2021-09-13 Thread Emond Papegaaij (Jira)
Emond Papegaaij created GROOVY-10232:


 Summary: Massive increase in memory due to CacheableCallSite
 Key: GROOVY-10232
 URL: https://issues.apache.org/jira/browse/GROOVY-10232
 Project: Groovy
  Issue Type: Bug
  Components: groovy-runtime
Affects Versions: 3.0.9
Reporter: Emond Papegaaij
 Attachments: Screenshot_20210913_161502.png

When upgrading our tests from Spock 1.3 with Groovy 2.5 to Spock 2.0 with 
Groovy 3.0.9, we are seeing issue with memory usage caused by 
CacheableCallSite. This memory seems to be retained in classes and is therefore 
never freed. A single Spock test class can take as much as 150mb memory. The 
total amount of memory sums up to several gigabytes of additional memory, 
causing our tests to take about 3 times as much memory as with Spock 1.3 and 
Groovy 2.5.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)