Title: memory leak when many createGraphics(..., JAVA2D) calls are used · Issue #546 · processing/processing · GitHub
Open Graph Title: memory leak when many createGraphics(..., JAVA2D) calls are used · Issue #546 · processing/processing
X Title: memory leak when many createGraphics(..., JAVA2D) calls are used · Issue #546 · processing/processing
Description: Original author: Fabrizio...@gmail.com (January 14, 2011 16:29:49) What steps will reproduce the problem? I believe you should be able to reproduce it by repeatedly reassigning a PImage with a new createGraphics(..., JAVA2D) statement. Y...
Open Graph Description: Original author: Fabrizio...@gmail.com (January 14, 2011 16:29:49) What steps will reproduce the problem? I believe you should be able to reproduce it by repeatedly reassigning a PImage with a new ...
X Description: Original author: Fabrizio...@gmail.com (January 14, 2011 16:29:49) What steps will reproduce the problem? I believe you should be able to reproduce it by repeatedly reassigning a PImage with a new ...
Mail addresses
Fabrizio...@gmail.com
Opengraph URL: https://github.com/processing/processing/issues/546
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"memory leak when many createGraphics(..., JAVA2D) calls are used","articleBody":"_Original author: Fabrizio...@gmail.com (January 14, 2011 16:29:49)_\n- What steps will reproduce the problem?\n- I believe you should be able to reproduce it by repeatedly reassigning a PImage with a new createGraphics(..., JAVA2D) statement. You don't need to do it quickly. One replacement every second or so for a minute should be enough to create a noticeable memory leak.\n- What is the expected output? What do you see instead?\n The output is as expected. I'm just leaking memory as well.\n- What version of the product are you using? On what operating system?\n Processing 1.2.1 on Mac OSX 10.5.8. I'm writing the code in Eclipse with the Processing core library imported.\n\n\u003cb\u003ePlease provide any additional information below.\u003c/b\u003e\n\nI'm writing a game in which I need to generate some thumbnails (80x80ish). When something is updated, I have to generate a new thumbnail. Updates are happening once every few seconds. The PImage thumbnail is being replaced by a new one. Every time this happens I call createGraphics to grab myself a new picture to draw on. When I use this code:\n\nthumbnail = M.P.createGraphics(thumbnailSize, thumbnailSize, M.P.P2D);\n\nEverything runs fine. However, when I use the JAVA2D renderer\n\nthumbnail = M.P.createGraphics(thumbnailSize, thumbnailSize, M.P.JAVA2D);\n\nthere is a substantial memory leak which takes down my JVM with an out of heap space error quite quickly. It only takes 50ish updates of the thumbnail. Every time I cause an update I watch (in the Mac Activity Monitor) as the memory consumption of my applet rises. After not too many updates I've risen from 100MB to 170MB.\n\nI don't entirely understand the phenomenon. But, I'm reasonably sure it's not a problem with my code, because, like I said, if I replace JAVA2D with P2D it entirely goes away. (In Activity Monitor, the total memory consumption is essentially constant when I run the same code with P2D).\n\n_Original issue: http://code.google.com/p/processing/issues/detail?id=507_\n","author":{"url":"https://github.com/processing-bugs","@type":"Person","name":"processing-bugs"},"datePublished":"2013-02-10T16:37:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":11},"url":"https://github.com/546/processing/issues/546"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:7083c6fb-9446-a44e-d26c-39ae49ca23d1 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | DA9A:21DB8A:44C7D2:5F53B0:6973784C |
| html-safe-nonce | a44b638538cb13f51186ca560e8b8cf871bd8709842d3c38a8dee37d63d7a431 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQTlBOjIxREI4QTo0NEM3RDI6NUY1M0IwOjY5NzM3ODRDIiwidmlzaXRvcl9pZCI6IjQyNzkzMTc3MzgzMTc2NDE4MDQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 08c87f66b2b9d666946303ad135b4d3da129d00c3dea07807d05746ddba3dbbd |
| hovercard-subject-tag | issue:10824914 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/processing/processing/546/issue_layout |
| twitter:image | https://opengraph.githubassets.com/a33498b9340de0ba6bdae5d3b10155e1a55a75111708452b630c36aa1ab3bb6f/processing/processing/issues/546 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/a33498b9340de0ba6bdae5d3b10155e1a55a75111708452b630c36aa1ab3bb6f/processing/processing/issues/546 |
| og:image:alt | Original author: Fabrizio...@gmail.com (January 14, 2011 16:29:49) What steps will reproduce the problem? I believe you should be able to reproduce it by repeatedly reassigning a PImage with a new ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | processing-bugs |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4cf879a11b0a28a85543899a36aaee9ec9ca2fb7bedad86c0da5731193c95f01 |
| turbo-cache-control | no-preview |
| go-import | github.com/processing/processing git https://github.com/processing/processing.git |
| octolytics-dimension-user_id | 1617169 |
| octolytics-dimension-user_login | processing |
| octolytics-dimension-repository_id | 7807399 |
| octolytics-dimension-repository_nwo | processing/processing |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 7807399 |
| octolytics-dimension-repository_network_root_nwo | processing/processing |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | fe8be790582ef7a55477ce1918ac0ed16b106d31 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width