Open in app
Home
Notifications
Lists
Stories

Write
Sumanta pakira
Sumanta pakira

Home

Sep 3, 2021

JVM Classloader leak

Recently I was analyzing the heap dumps and learnt about how classloader leak occurs. Let's see this code example to understand how classloader leaks possible Main.java ----------------------------------------- public class Main { public static void main(String...args) throws Exception { List<Object> list = new ArrayList<>(); loadClass(list); while (true) { System.gc(); Thread.sleep(1000); } …

JVM

1 min read


Aug 4, 2021

JVM OutOfMemory — Meta Space

I think as a programmer at least one time in your carrier you have come across the OutofMemory issue. In this tutorial, I will explain to you my experience with Heap dump analysis and what you have to check while doing heap dump analysis. In this tutorial, I will focus…

Oom

3 min read

JVM OutOfMemory — Meta Space
JVM OutOfMemory — Meta Space

Aug 2, 2021

Cache Query parameter in AWS Cloudfront — Part 1

There are 3 options in order to leverage Cloud-Front caching based on query parameters: None(Improve caching) Forward All, Cache based on all Forward All, Cache based on whitelist Let's see the advantage and disadvantages of each option None(Improve caching): When we select this option then the Cloud-Front does not forward…

Cloudfront

4 min read

Cache Query parameter in AWS Cloudfront — Part 1
Cache Query parameter in AWS Cloudfront — Part 1

Aug 2, 2021

How CDN caching works

Let's first understand how caching works behind the scene, lets consider you open your browser at 9:00 AM Note: We should either use Cache-Control or Expire header. We do not need both at the same time. All modern CDN providers use the Cache-Control header as primary, so in our case…

Caching

3 min read

How CDN caching works
How CDN caching works

Dec 7, 2020

AEM Field based inheritance

AEM Field based inheritance https://github.com/sumantapakira/touch-ui-field-based-inheritance

Aem

1 min read

AEM Field based inheritance

https://github.com/sumantapakira/touch-ui-field-based-inheritance

--

--

Sumanta pakira

Sumanta pakira

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable