{"id":15069212,"url":"https://github.com/bkoprucu/article-jvm-stack","last_synced_at":"2026-02-10T17:04:16.580Z","repository":{"id":211169742,"uuid":"727802390","full_name":"bkoprucu/article-jvm-stack","owner":"bkoprucu","description":"Fills stack and heap on JVM for memory allocation analysis","archived":false,"fork":false,"pushed_at":"2023-12-06T20:12:40.000Z","size":73,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T15:47:08.063Z","etag":null,"topics":["jvm","memory-allocation","stack"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bkoprucu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-12-05T15:51:36.000Z","updated_at":"2024-09-12T00:48:31.000Z","dependencies_parsed_at":"2023-12-06T22:25:42.397Z","dependency_job_id":"be6b5f04-8016-4d91-a64b-9e709ab72a95","html_url":"https://github.com/bkoprucu/article-jvm-stack","commit_stats":null,"previous_names":["bkoprucu/article-jvm-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bkoprucu/article-jvm-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkoprucu%2Farticle-jvm-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkoprucu%2Farticle-jvm-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkoprucu%2Farticle-jvm-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkoprucu%2Farticle-jvm-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkoprucu","download_url":"https://codeload.github.com/bkoprucu/article-jvm-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkoprucu%2Farticle-jvm-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29308934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T16:09:25.305Z","status":"ssl_error","status_checked_at":"2026-02-10T16:08:52.170Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jvm","memory-allocation","stack"],"created_at":"2024-09-25T01:41:04.035Z","updated_at":"2026-02-10T17:04:16.555Z","avatar_url":"https://github.com/bkoprucu.png","language":"Java","readme":"## JVM Memory Filler\n\n### Description\n\nSpawns threads and fills stack and heap memory for memory allocation analysis of JVM.\n\nWritten for the article https://berksoftware.com/23/12/JVM-Stack-Memory.\n\n### Build\n\nSwitch to the JDK version to analyze:\n\n```shell\n$ sdk use java 11.0.21-amzn\n```\n\nBuild and install Docker image tagged with current Java version:\n```shell\n$ ./mvnw install\n```\nDocker image tagged with current Java version will be installed: **memoryfiller:java11**\n\nAn image for older version then current one can be build with Maven property `jvm_version`:\n```shell\n$ ./mvnw -Djvm_version=17\n```\n\nJava 8 version is in separate branch: [java8](https://github.com/bkoprucu/article-jvm-stack/tree/java8)\n\n### Usage\n\nRefer to the article https://berksoftware.com/23/12/JVM-Stack-Memory\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkoprucu%2Farticle-jvm-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkoprucu%2Farticle-jvm-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkoprucu%2Farticle-jvm-stack/lists"}