Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

cmhdave3266
cmhdave3266
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
8

Discussions

Discussions
1

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by cmhdave3266
Customize the badges you want to showcase on your profile
Question about static Logger in OSGI - Adobe Experience Cloud 15-10-2015
All, we've been running into this issue where every time we deploy our code to an AEM instance (5.6.1) the PermGen space increases which I can monitor by attaching VisualVM. Now there are some good resources available by Frank Kievet about this so I've been reading through this blog post: http://frankkieviet.blogspot.ca/2006/10/how-to-fix-dreaded-permgen-space.html[1]To try this I follow these stepsDeploy code to AEMLog into Felix console and stop our code bundleRun jmap -dump:format=b,file=leak...

Views

273

Likes

0

Replies

0
Re: Question about static Logger in OSGI - Adobe Experience Manager 15-10-2015
Hi,I would recommend to discuss this topic on a sling mailinglist (see [1], I would recommend sling-user), as it's quite specific; there you probably get more expertise on that topic.Kind regards,Jörg[1] http://sling.apache.org/project-information.html#mailing-lists

Views

148

Likes

0

Replies

0
Re: Forum Emails no longer being sent in 5.6.1 - Adobe Experience Manager 15-10-2015
JK, that seemed to do the trick. Since this is using an EmailBuilder to send the notification email I'm not sure how we would change it to a job. We'll investigate however.

Views

279

Likes

0

Replies

0
Re: Minify JS CSS - Adobe Experience Manager 15-10-2015
Thanks Kunal.The line break argument should be passed -1 so that that the resultant minified file has no new line.https://github.com/yui/yuicompressor/blob/master/src/com/yahoo/platform/yui/compressor/JavaScriptCompressor.java************************if (linebreakpos >= 0 && result.length() - linestartpos > linebreakpos) { result.append('\n'); linestartpos = result.length();} Have figured this out and now it is working

Views

965

Likes

0

Replies

0