[ 
https://issues.apache.org/jira/browse/GOBBLIN-1492?focusedWorklogId=626385&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-626385
 ]

ASF GitHub Bot logged work on GOBBLIN-1492:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Jul/21 00:39
            Start Date: 22/Jul/21 00:39
    Worklog Time Spent: 10m 
      Work Description: aplex commented on pull request #3335:
URL: https://github.com/apache/gobblin/pull/3335#issuecomment-884585921


   @Will-Lo , did you find that a lot of memory is consumed by duplicated 
strings created at this place?
   
   By the way, you can also check out string de-duplication feature of GC. It's 
benefit is that it will work on all strings automatically, but the downside is 
that it happens only after several collections and introduces overhead by 
itself.
   
   
https://sauravomar01.medium.com/string-deduplication-of-g1-garbage-collector-in-java-8-cb8914a139f4


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 626385)
    Time Spent: 1h 20m  (was: 1h 10m)

> Optimize memory usage for Gobblin as a Service
> ----------------------------------------------
>
>                 Key: GOBBLIN-1492
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1492
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-service
>            Reporter: William Lo
>            Assignee: Abhishek Tiwari
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Gobblin as a Service, under high loads, spends a large amount of time garbage 
> collecting. This will track a number of changes relating to optimizing the 
> memory usage



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

Reply via email to